#CB5689

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

Shades of Mulberry #CB5689

Tints of Mulberry #CB5689

Color information

#CB5689 (or 0xCB5689) is unknown color: approx Mulberry. HEX triplet: CB, 56 and 89. RGB value is (203,86,137). Sum of RGB (Red+Green+Blue) = 203+86+137=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5689 is #34A976. Grayscale: #7E7E7E. Windows color (decimal): -3451255 or 9000651. OLE color: 9000651.

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

Color convert

RGB20386137-
CMYK00.580.330.20
HSL333.85º52.94%56.67%-
HSV(B)333.85º57.64%79.61%-
XYZ32.4721.1626.04-
YUV126.8133.76182.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.65%
GREEN value IS 86 (33.98% from 255) = 20.19%
BLUE value IS 137 (53.91% from 255) = 32.16%
R=47.65%
G=20.19%
B=32.16%

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
Decimal2038613700.580.330.20333.8552.9456.67
HexCB568903A211414e3539
Octal31312621107241245166571
Binary11001011101011010001001011101010000110100101001110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5689; }

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

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

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

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

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

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

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

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