#CC4959

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

Shades of Mandy #CC4959

Tints of Mandy #CC4959

Color information

#CC4959 (or 0xCC4959) is unknown color: approx Mandy. HEX triplet: CC, 49 and 59. RGB value is (204,73,89). Sum of RGB (Red+Green+Blue) = 204+73+89=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 89 (35.16% from 255 or 24.32% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4959 is #33B6A6. Grayscale: #727272. Windows color (decimal): -3389095 or 5851596. OLE color: 5851596.

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

Color convert

RGB2047389-
CMYK00.640.560.2
HSL352.67º56.22%54.31%-
HSV(B)352.67º64.22%80%-
XYZ29.0918.3211.45-
YUV113.99113.9192.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.74%
GREEN value IS 73 (28.91% from 255) = 19.95%
BLUE value IS 89 (35.16% from 255) = 24.32%
R=55.74%
G=19.95%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204738900.640.560.2352.6756.2254.31
HexCC495904038141613836
Octal314111131010070245417066
Binary11001100100100110110010100000011100010100101100001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4959; }

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

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

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

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

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

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

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

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