#cb5987

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

Shades of Mulberry #CB5987

Tints of Mulberry #CB5987

Color information

#CB5987 (or 0xCB5987) is unknown color: approx Mulberry. HEX triplet: CB, 59 and 87. RGB value is (203,89,135). Sum of RGB (Red+Green+Blue) = 203+89+135=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 89 (35.16% from 255 or 20.84% from 427); Blue value is 135 (53.12% from 255 or 31.62% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5987 is #34A678. Grayscale: #808080. Windows color (decimal): -3450489 or 8870347. OLE color: 8870347.

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

Color convert

RGB20389135-
CMYK00.560.330.20
HSL335.79º52.29%57.25%-
HSV(B)335.79º56.16%79.61%-
XYZ32.5721.5925.37-
YUV128.33131.77181.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.54%
GREEN value IS 89 (35.16% from 255) = 20.84%
BLUE value IS 135 (53.12% from 255) = 31.62%
R=47.54%
G=20.84%
B=31.62%

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
Decimal2038913500.560.330.20335.7952.2957.25
HexCB598703821141503439
Octal31313120707041245206471
Binary11001011101100110000111011100010000110100101010000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb5987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb5987; }

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

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

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

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

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

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

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

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