#cd5b8a

Color #CD5B8A Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #CD5B8A

Tints of Hopbush #CD5B8A

Color information

#CD5B8A (or 0xCD5B8A) is unknown color: approx Hopbush. HEX triplet: CD, 5B and 8A. RGB value is (205,91,138). Sum of RGB (Red+Green+Blue) = 205+91+138=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5B8A is #32A475. Grayscale: #828282. Windows color (decimal): -3318902 or 9067469. OLE color: 9067469.

HSL color Cylindrical-coordinate representation of color #CD5B8A: hue angle of 335.26º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CD5B8A is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB20591138-
CMYK00.560.330.20
HSL335.26º53.27%58.04%-
HSV(B)335.26º55.61%80.39%-
XYZ33.5122.326.58-
YUV130.44132.27181.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 47.24%
GREEN value IS 91 (35.94% from 255) = 20.97%
BLUE value IS 138 (54.30% from 255) = 31.80%
R=47.24%
G=20.97%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059113800.560.330.20335.2653.2758.04
HexCD5B8A038211414f353a
Octal31513321207041245176572
Binary11001101101101110001010011100010000110100101001111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd5b8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd5b8a; }

 p { color: rgb(205,91,138); }

 H1.HeaderClassName
 {
   color: #cd5b8a;
 }
 .AnyTagClassName
 {
   color: #cd5b8a;
 }
</style>
background-color css

<style>
 a { background-color: #cd5b8a; }

 a { background-color: rgb(205,91,138); }

 div.DivClassName
 {
   background-color: #cd5b8a;
 }
 .BgClassName
 {
   background-color: #cd5b8a;
 }
</style>
border-color css

<style>
 span { border-color: #cd5b8a; }

 span { border-color: rgb(205,91,138); }

 td.TdClassName
 {
   border-color: #cd5b8a;
 }
 .TagClassName
 {
   border-color: #cd5b8a;
 }
</style>