#CC5998

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

Shades of Mulberry #CC5998

Tints of Mulberry #CC5998

Color information

#CC5998 (or 0xCC5998) is unknown color: approx Mulberry. HEX triplet: CC, 59 and 98. RGB value is (204,89,152). Sum of RGB (Red+Green+Blue) = 204+89+152=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5998 is #33A667. Grayscale: #828282. Windows color (decimal): -3384936 or 9984460. OLE color: 9984460.

HSL color Cylindrical-coordinate representation of color #CC5998: hue angle of 327.13º degrees, saturation: 0.53, 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 #CC5998 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB20489152-
CMYK00.560.250.2
HSL327.13º53%57.45%-
HSV(B)327.13º56.37%80%-
XYZ34.1422.2532.2-
YUV130.57140.1180.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.84%
GREEN value IS 89 (35.16% from 255) = 20%
BLUE value IS 152 (59.77% from 255) = 34.16%
R=45.84%
G=20%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048915200.560.250.2327.135357.45
HexCC599803819141473539
Octal31413123007031245076571
Binary1100110010110011001100001110001100110100101000111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5998; }

 p { color: rgb(204,89,152); }

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

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

 a { background-color: rgb(204,89,152); }

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

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

 span { border-color: rgb(204,89,152); }

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