#CC4999

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

Shades of Mulberry #CC4999

Tints of Mulberry #CC4999

Color information

#CC4999 (or 0xCC4999) is unknown color: approx Mulberry. HEX triplet: CC, 49 and 99. RGB value is (204,73,153). Sum of RGB (Red+Green+Blue) = 204+73+153=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4999 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4999 is #33B666. Grayscale: #797979. Windows color (decimal): -3389031 or 10045900. OLE color: 10045900.

HSL color Cylindrical-coordinate representation of color #CC4999: hue angle of 323.36º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC4999 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB20473153-
CMYK00.640.250.2
HSL323.36º56.22%54.31%-
HSV(B)323.36º64.22%80%-
XYZ33.0319.932.24-
YUV121.29145.9187-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.44%
GREEN value IS 73 (28.91% from 255) = 16.98%
BLUE value IS 153 (60.16% from 255) = 35.58%
R=47.44%
G=16.98%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047315300.640.250.2323.3656.2254.31
HexCC499904019141433836
Octal314111231010031245037066
Binary11001100100100110011001010000001100110100101000011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4999; }

 p { color: rgb(204,73,153); }

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

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

 a { background-color: rgb(204,73,153); }

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

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

 span { border-color: rgb(204,73,153); }

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