#CB5799

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

Shades of Mulberry #CB5799

Tints of Mulberry #CB5799

Color information

#CB5799 (or 0xCB5799) is unknown color: approx Mulberry. HEX triplet: CB, 57 and 99. RGB value is (203,87,153). Sum of RGB (Red+Green+Blue) = 203+87+153=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 87 (34.38% from 255 or 19.64% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5799 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5799 is #34A866. Grayscale: #818181. Windows color (decimal): -3450983 or 10049483. OLE color: 10049483.

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

Color convert

RGB20387153-
CMYK00.570.250.20
HSL325.86º52.73%56.86%-
HSV(B)325.86º57.14%79.61%-
XYZ33.7921.8132.57-
YUV129.21141.43180.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.82%
GREEN value IS 87 (34.38% from 255) = 19.64%
BLUE value IS 153 (60.16% from 255) = 34.54%
R=45.82%
G=19.64%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038715300.570.250.20325.8652.7356.86
HexCB579903919141463539
Octal31312723107131245066571
Binary1100101110101111001100101110011100110100101000110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5799; }

 p { color: rgb(203,87,153); }

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

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

 a { background-color: rgb(203,87,153); }

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

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

 span { border-color: rgb(203,87,153); }

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