Shades of Mandy #CC5C60
Tints of Mandy #CC5C60
RGB
CMYK
RGB Variations
Color information
#CC5C60 (or 0xCC5C60) is known color: Mandy. HEX triplet: CC, 5C and 60. RGB value is (204,92,96). Sum of RGB (Red+Green+Blue) = 204+92+96=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5C60 is #33A39F. Grayscale: #7E7E7E. Windows color (decimal): -3384224 or 6315212. OLE color: 6315212.
HSL color Cylindrical-coordinate representation of color #CC5C60: hue angle of 357.86º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC5C60 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 92 | 96 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.2 |
| HSL | 357.86º | 0.52% | 0.58% | - |
| HSV(B) | 357.86º | 0.55% | 0.8% | - |
| XYZ | 30.84 | 21.34 | 13.56 | - |
| YUV | 125.94 | 111.11 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 96 | 0 | 0.55 | 0.53 | 0.2 | 357.86 | 0.52 | 0.58 |
| Hex | CC | 5C | 60 | 0 | 37 | 35 | 14 | 166 | 34 | 3A |
| Octal | 314 | 134 | 140 | 0 | 67 | 65 | 24 | 546 | 64 | 72 |
| Binary | 11001100 | 1011100 | 1100000 | 0 | 110111 | 110101 | 10100 | 101100110 | 110100 | 111010 |
Color Harmonies of #CC5C60
Complementary color
Monochromatic Colors of #CC5C60
Black with #CC5C60
Text Example
Text Example
White with #CC5C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5C60; }
p { color: rgb(204,92,96); }
H1.HeaderClassName
{
color: #CC5C60;
}
.AnyTagClassName
{
color: #CC5C60;
}
</style>
background-color css
<style>
a { background-color: #CC5C60; }
a { background-color: rgb(204,92,96); }
div.DivClassName
{
background-color: #CC5C60;
}
.BgClassName
{
background-color: #CC5C60;
}
</style>
border-color css
<style>
span { border-color: #CC5C60; }
span { border-color: rgb(204,92,96); }
td.TdClassName
{
border-color: #CC5C60;
}
.TagClassName
{
border-color: #CC5C60;
}
</style>