#CC4F52

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

Shades of Mandy #CC4F52

Tints of Mandy #CC4F52

Color information

#CC4F52 (or 0xCC4F52) is unknown color: approx Mandy. HEX triplet: CC, 4F and 52. RGB value is (204,79,82). Sum of RGB (Red+Green+Blue) = 204+79+82=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC4F52 is #33B0AD. Grayscale: #747474. Windows color (decimal): -3387566 or 5394380. OLE color: 5394380.

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

Color convert

RGB2047982-
CMYK00.610.600.2
HSL358.56º55.07%55.49%-
HSV(B)358.56º61.27%80%-
XYZ29.2219.0410.12-
YUV116.72108.41190.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.89%
GREEN value IS 79 (31.25% from 255) = 21.64%
BLUE value IS 82 (32.42% from 255) = 22.47%
R=55.89%
G=21.64%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204798200.610.600.2358.5655.0755.49
HexCC4F5203D3C141673737
Octal31411712207574245476767
Binary1100110010011111010010011110111110010100101100111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4F52; }

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

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

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

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

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

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

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

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