#CB599C

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

Shades of Mulberry #CB599C

Tints of Mulberry #CB599C

Color information

#CB599C (or 0xCB599C) is unknown color: approx Mulberry. HEX triplet: CB, 59 and 9C. RGB value is (203,89,156). Sum of RGB (Red+Green+Blue) = 203+89+156=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB599C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB599C is #34A663. Grayscale: #828282. Windows color (decimal): -3450468 or 10246603. OLE color: 10246603.

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

Color convert

RGB20389156-
CMYK00.560.230.20
HSL324.74º52.29%57.25%-
HSV(B)324.74º56.16%79.61%-
XYZ34.222.2433.94-
YUV130.72142.27179.55-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.31%
GREEN value IS 89 (35.16% from 255) = 19.87%
BLUE value IS 156 (61.33% from 255) = 34.82%
R=45.31%
G=19.87%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038915600.560.230.20324.7452.2957.25
HexCB599C03817141453439
Octal31313123407027245056471
Binary1100101110110011001110001110001011110100101000101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB599C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB599C; }

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

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

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

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

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

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

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

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