#CC4C5F

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

Shades of Mandy #CC4C5F

Tints of Mandy #CC4C5F

Color information

#CC4C5F (or 0xCC4C5F) is unknown color: approx Mandy. HEX triplet: CC, 4C and 5F. RGB value is (204,76,95). Sum of RGB (Red+Green+Blue) = 204+76+95=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4C5F is #33B3A0. Grayscale: #747474. Windows color (decimal): -3388321 or 6245580. OLE color: 6245580.

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

Color convert

RGB2047695-
CMYK00.630.530.2
HSL351.09º55.65%54.9%-
HSV(B)351.09º62.75%80%-
XYZ29.5518.8312.9-
YUV116.44115.91190.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.4%
GREEN value IS 76 (30.08% from 255) = 20.27%
BLUE value IS 95 (37.5% from 255) = 25.33%
R=54.4%
G=20.27%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204769500.630.530.2351.0955.6554.9
HexCC4C5F03F351415f3837
Octal31411413707765245377067
Binary1100110010011001011111011111111010110100101011111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4C5F; }

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

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

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

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

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

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

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

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