#CC4A4F

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

Shades of Mandy #CC4A4F

Tints of Mandy #CC4A4F

Color information

#CC4A4F (or 0xCC4A4F) is unknown color: approx Mandy. HEX triplet: CC, 4A and 4F. RGB value is (204,74,79). Sum of RGB (Red+Green+Blue) = 204+74+79=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4A4F is #33B5B0. Grayscale: #717171. Windows color (decimal): -3388849 or 5196492. OLE color: 5196492.

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

Color convert

RGB2047479-
CMYK00.640.610.2
HSL357.69º56.03%54.51%-
HSV(B)357.69º63.73%80%-
XYZ28.7618.39.41-
YUV113.44108.57192.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.14%
GREEN value IS 74 (29.30% from 255) = 20.73%
BLUE value IS 79 (31.25% from 255) = 22.13%
R=57.14%
G=20.73%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204747900.640.610.2357.6956.0354.51
HexCC4A4F0403D141663837
Octal314112117010075245467067
Binary11001100100101010011110100000011110110100101100110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4A4F; }

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

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

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

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

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

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

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

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