Shades of Mandy #CC5762
Tints of Mandy #CC5762
RGB
CMYK
RGB Variations
Color information
#CC5762 (or 0xCC5762) is known color: Mandy. HEX triplet: CC, 57 and 62. RGB value is (204,87,98). Sum of RGB (Red+Green+Blue) = 204+87+98=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 87 (34.38% from 255 or 22.37% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5762 is #33A89D. Grayscale: #7B7B7B. Windows color (decimal): -3385502 or 6445004. OLE color: 6445004.
HSL color Cylindrical-coordinate representation of color #CC5762: hue angle of 354.36º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC5762 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 87 | 98 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.2 |
| HSL | 354.36º | 0.53% | 0.57% | - |
| HSV(B) | 354.36º | 0.57% | 0.8% | - |
| XYZ | 30.51 | 20.54 | 13.91 | - |
| YUV | 123.24 | 113.76 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 98 | 0 | 0.57 | 0.52 | 0.2 | 354.36 | 0.53 | 0.57 |
| Hex | CC | 57 | 62 | 0 | 39 | 34 | 14 | 162 | 35 | 39 |
| Octal | 314 | 127 | 142 | 0 | 71 | 64 | 24 | 542 | 65 | 71 |
| Binary | 11001100 | 1010111 | 1100010 | 0 | 111001 | 110100 | 10100 | 101100010 | 110101 | 111001 |
Color Harmonies of #CC5762
Complementary color
Monochromatic Colors of #CC5762
Black with #CC5762
Text Example
Text Example
White with #CC5762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5762; }
p { color: rgb(204,87,98); }
H1.HeaderClassName
{
color: #CC5762;
}
.AnyTagClassName
{
color: #CC5762;
}
</style>
background-color css
<style>
a { background-color: #CC5762; }
a { background-color: rgb(204,87,98); }
div.DivClassName
{
background-color: #CC5762;
}
.BgClassName
{
background-color: #CC5762;
}
</style>
border-color css
<style>
span { border-color: #CC5762; }
span { border-color: rgb(204,87,98); }
td.TdClassName
{
border-color: #CC5762;
}
.TagClassName
{
border-color: #CC5762;
}
</style>