#CC4749

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

Shades of Mandy #CC4749

Tints of Mandy #CC4749

Color information

#CC4749 (or 0xCC4749) is unknown color: approx Mandy. HEX triplet: CC, 47 and 49. RGB value is (204,71,73). Sum of RGB (Red+Green+Blue) = 204+71+73=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4749 is #33B8B6. Grayscale: #6F6F6F. Windows color (decimal): -3389623 or 4802508. OLE color: 4802508.

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

Color convert

RGB2047173-
CMYK00.650.640.2
HSL359.1º56.6%53.92%-
HSV(B)359.1º65.2%80%-
XYZ28.3617.828.25-
YUV111106.56194.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.62%
GREEN value IS 71 (28.12% from 255) = 20.40%
BLUE value IS 73 (28.91% from 255) = 20.98%
R=58.62%
G=20.40%
B=20.98%

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
Decimal204717300.650.640.2359.156.653.92
HexCC474904140141673936
Octal3141071110101100245477166
Binary110011001000111100100101000001100000010100101100111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4749; }

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

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

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

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

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

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

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

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