Shades of Mandy #CC5A64
Tints of Mandy #CC5A64
RGB
CMYK
RGB Variations
Color information
#CC5A64 (or 0xCC5A64) is known color: Mandy. HEX triplet: CC, 5A and 64. RGB value is (204,90,100). Sum of RGB (Red+Green+Blue) = 204+90+100=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5A64 is #33A59B. Grayscale: #7D7D7D. Windows color (decimal): -3384732 or 6576844. OLE color: 6576844.
HSL color Cylindrical-coordinate representation of color #CC5A64: hue angle of 354.74º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5A64 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 90 | 100 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.2 |
| HSL | 354.74º | 0.53% | 0.58% | - |
| HSV(B) | 354.74º | 0.56% | 0.8% | - |
| XYZ | 30.86 | 21.07 | 14.5 | - |
| YUV | 125.23 | 113.77 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 100 | 0 | 0.56 | 0.51 | 0.2 | 354.74 | 0.53 | 0.58 |
| Hex | CC | 5A | 64 | 0 | 38 | 33 | 14 | 163 | 35 | 3A |
| Octal | 314 | 132 | 144 | 0 | 70 | 63 | 24 | 543 | 65 | 72 |
| Binary | 11001100 | 1011010 | 1100100 | 0 | 111000 | 110011 | 10100 | 101100011 | 110101 | 111010 |
Color Harmonies of #CC5A64
Complementary color
Monochromatic Colors of #CC5A64
Black with #CC5A64
Text Example
Text Example
White with #CC5A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5A64; }
p { color: rgb(204,90,100); }
H1.HeaderClassName
{
color: #CC5A64;
}
.AnyTagClassName
{
color: #CC5A64;
}
</style>
background-color css
<style>
a { background-color: #CC5A64; }
a { background-color: rgb(204,90,100); }
div.DivClassName
{
background-color: #CC5A64;
}
.BgClassName
{
background-color: #CC5A64;
}
</style>
border-color css
<style>
span { border-color: #CC5A64; }
span { border-color: rgb(204,90,100); }
td.TdClassName
{
border-color: #CC5A64;
}
.TagClassName
{
border-color: #CC5A64;
}
</style>