#CC474C

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

Shades of Mandy #CC474C

Tints of Mandy #CC474C

Color information

#CC474C (or 0xCC474C) is unknown color: approx Mandy. HEX triplet: CC, 47 and 4C. RGB value is (204,71,76). Sum of RGB (Red+Green+Blue) = 204+71+76=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC474C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC474C is #33B8B3. Grayscale: #6F6F6F. Windows color (decimal): -3389620 or 4999116. OLE color: 4999116.

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

Color convert

RGB2047176-
CMYK00.650.630.2
HSL357.74º56.6%53.92%-
HSV(B)357.74º65.2%80%-
XYZ28.4617.878.79-
YUV111.34108.06194.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.12%
GREEN value IS 71 (28.12% from 255) = 20.23%
BLUE value IS 76 (30.08% from 255) = 21.65%
R=58.12%
G=20.23%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204717600.650.630.2357.7456.653.92
HexCC474C0413F141663936
Octal314107114010177245467166
Binary11001100100011110011000100000111111110100101100110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC474C; }

 p { color: rgb(204,71,76); }

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

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

 a { background-color: rgb(204,71,76); }

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

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

 span { border-color: rgb(204,71,76); }

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