#CC4A56

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

Shades of Mandy #CC4A56

Tints of Mandy #CC4A56

Color information

#CC4A56 (or 0xCC4A56) is unknown color: approx Mandy. HEX triplet: CC, 4A and 56. RGB value is (204,74,86). Sum of RGB (Red+Green+Blue) = 204+74+86=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 86 (33.98% from 255 or 23.63% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4A56 is #33B5A9. Grayscale: #727272. Windows color (decimal): -3388842 or 5655244. OLE color: 5655244.

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

Color convert

RGB2047486-
CMYK00.640.580.2
HSL354.46º56.03%54.51%-
HSV(B)354.46º63.73%80%-
XYZ29.0318.4110.83-
YUV114.24112.07192.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.04%
GREEN value IS 74 (29.30% from 255) = 20.33%
BLUE value IS 86 (33.98% from 255) = 23.63%
R=56.04%
G=20.33%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204748600.640.580.2354.4656.0354.51
HexCC4A560403A141623837
Octal314112126010072245427067
Binary11001100100101010101100100000011101010100101100010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4A56; }

 p { color: rgb(204,74,86); }

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

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

 a { background-color: rgb(204,74,86); }

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

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

 span { border-color: rgb(204,74,86); }

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