#CC474A

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

Shades of Mandy #CC474A

Tints of Mandy #CC474A

Color information

#CC474A (or 0xCC474A) is unknown color: approx Mandy. HEX triplet: CC, 47 and 4A. RGB value is (204,71,74). Sum of RGB (Red+Green+Blue) = 204+71+74=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC474A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC474A is #33B8B5. Grayscale: #6F6F6F. Windows color (decimal): -3389622 or 4868044. OLE color: 4868044.

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

Color convert

RGB2047174-
CMYK00.650.640.2
HSL358.65º56.6%53.92%-
HSV(B)358.65º65.2%80%-
XYZ28.3917.848.43-
YUV111.11107.06194.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.45%
GREEN value IS 71 (28.12% from 255) = 20.34%
BLUE value IS 74 (29.30% from 255) = 21.20%
R=58.45%
G=20.34%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204717400.650.640.2358.6556.653.92
HexCC474A04140141673936
Octal3141071120101100245477166
Binary110011001000111100101001000001100000010100101100111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC474A; }

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

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

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

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

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

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

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

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