#CB5A87

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

Shades of Mulberry #CB5A87

Tints of Mulberry #CB5A87

Color information

#CB5A87 (or 0xCB5A87) is unknown color: approx Mulberry. HEX triplet: CB, 5A and 87. RGB value is (203,90,135). Sum of RGB (Red+Green+Blue) = 203+90+135=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5A87 is #34A578. Grayscale: #808080. Windows color (decimal): -3450233 or 8870603. OLE color: 8870603.

HSL color Cylindrical-coordinate representation of color #CB5A87: hue angle of 336.11º 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 #CB5A87 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB20390135-
CMYK00.560.330.20
HSL336.11º52.07%57.45%-
HSV(B)336.11º55.67%79.61%-
XYZ32.6621.7625.4-
YUV128.92131.44180.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.43%
GREEN value IS 90 (35.55% from 255) = 21.03%
BLUE value IS 135 (53.12% from 255) = 31.54%
R=47.43%
G=21.03%
B=31.54%

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
Decimal2039013500.560.330.20336.1152.0757.45
HexCB5A8703821141503439
Octal31313220707041245206471
Binary11001011101101010000111011100010000110100101010000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5A87; }

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

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

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

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

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

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

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

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