#CC4D60

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

Shades of Mandy #CC4D60

Tints of Mandy #CC4D60

Color information

#CC4D60 (or 0xCC4D60) is unknown color: approx Mandy. HEX triplet: CC, 4D and 60. RGB value is (204,77,96). Sum of RGB (Red+Green+Blue) = 204+77+96=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC4D60 is #33B29F. Grayscale: #757575. Windows color (decimal): -3388064 or 6311372. OLE color: 6311372.

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

Color convert

RGB2047796-
CMYK00.620.530.2
HSL351.02º55.46%55.1%-
HSV(B)351.02º62.25%80%-
XYZ29.6718.9913.17-
YUV117.14116.08189.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.11%
GREEN value IS 77 (30.47% from 255) = 20.42%
BLUE value IS 96 (37.89% from 255) = 25.46%
R=54.11%
G=20.42%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204779600.620.530.2351.0255.4655.1
HexCC4D6003E351415f3737
Octal31411514007665245376767
Binary1100110010011011100000011111011010110100101011111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4D60; }

 p { color: rgb(204,77,96); }

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

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

 a { background-color: rgb(204,77,96); }

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

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

 span { border-color: rgb(204,77,96); }

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