#CC4C61

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

Shades of Mandy #CC4C61

Tints of Mandy #CC4C61

Color information

#CC4C61 (or 0xCC4C61) is unknown color: approx Mandy. HEX triplet: CC, 4C and 61. RGB value is (204,76,97). Sum of RGB (Red+Green+Blue) = 204+76+97=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 97 (38.28% from 255 or 25.73% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4C61 is #33B39E. Grayscale: #747474. Windows color (decimal): -3388319 or 6376652. OLE color: 6376652.

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

Color convert

RGB2047697-
CMYK00.630.520.2
HSL350.16º55.65%54.9%-
HSV(B)350.16º62.75%80%-
XYZ29.6418.8713.39-
YUV116.67116.91190.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.11%
GREEN value IS 76 (30.08% from 255) = 20.16%
BLUE value IS 97 (38.28% from 255) = 25.73%
R=54.11%
G=20.16%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204769700.630.520.2350.1655.6554.9
HexCC4C6103F341415e3837
Octal31411414107764245367067
Binary1100110010011001100001011111111010010100101011110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4C61; }

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

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

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

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

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

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

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

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