#CB5587

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

Shades of Mulberry #CB5587

Tints of Mulberry #CB5587

Color information

#CB5587 (or 0xCB5587) is unknown color: approx Mulberry. HEX triplet: CB, 55 and 87. RGB value is (203,85,135). Sum of RGB (Red+Green+Blue) = 203+85+135=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5587 is #34AA78. Grayscale: #7D7D7D. Windows color (decimal): -3451513 or 8869323. OLE color: 8869323.

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

Color convert

RGB20385135-
CMYK00.580.330.20
HSL334.58º53.15%56.47%-
HSV(B)334.58º58.13%79.61%-
XYZ32.2520.9425.26-
YUV125.98133.09182.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.99%
GREEN value IS 85 (33.59% from 255) = 20.09%
BLUE value IS 135 (53.12% from 255) = 31.91%
R=47.99%
G=20.09%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038513500.580.330.20334.5853.1556.47
HexCB558703A211414f3538
Octal31312520707241245176570
Binary11001011101010110000111011101010000110100101001111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5587; }

 p { color: rgb(203,85,135); }

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

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

 a { background-color: rgb(203,85,135); }

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

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

 span { border-color: rgb(203,85,135); }

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