#CB5889

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

Shades of Mulberry #CB5889

Tints of Mulberry #CB5889

Color information

#CB5889 (or 0xCB5889) is unknown color: approx Mulberry. HEX triplet: CB, 58 and 89. RGB value is (203,88,137). Sum of RGB (Red+Green+Blue) = 203+88+137=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 137 (53.91% from 255 or 32.01% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5889 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5889 is #34A776. Grayscale: #7F7F7F. Windows color (decimal): -3450743 or 9001163. OLE color: 9001163.

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

Color convert

RGB20388137-
CMYK00.570.330.20
HSL334.43º52.51%57.06%-
HSV(B)334.43º56.65%79.61%-
XYZ32.6321.4826.09-
YUV127.97133.1181.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.43%
GREEN value IS 88 (34.77% from 255) = 20.56%
BLUE value IS 137 (53.91% from 255) = 32.01%
R=47.43%
G=20.56%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038813700.570.330.20334.4352.5157.06
HexCB5889039211414e3539
Octal31313021107141245166571
Binary11001011101100010001001011100110000110100101001110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5889; }

 p { color: rgb(203,88,137); }

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

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

 a { background-color: rgb(203,88,137); }

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

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

 span { border-color: rgb(203,88,137); }

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