Shades of Mandy #CC5562
Tints of Mandy #CC5562
RGB
CMYK
RGB Variations
Color information
#CC5562 (or 0xCC5562) is known color: Mandy. HEX triplet: CC, 55 and 62. RGB value is (204,85,98). Sum of RGB (Red+Green+Blue) = 204+85+98=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 98 (38.67% from 255 or 25.32% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5562 is #33AA9D. Grayscale: #7A7A7A. Windows color (decimal): -3386014 or 6444492. OLE color: 6444492.
HSL color Cylindrical-coordinate representation of color #CC5562: hue angle of 353.45º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC5562 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 98 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.2 |
| HSL | 353.45º | 0.54% | 0.57% | - |
| HSV(B) | 353.45º | 0.58% | 0.8% | - |
| XYZ | 30.35 | 20.22 | 13.86 | - |
| YUV | 122.06 | 114.42 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 98 | 0 | 0.58 | 0.52 | 0.2 | 353.45 | 0.54 | 0.57 |
| Hex | CC | 55 | 62 | 0 | 3A | 34 | 14 | 161 | 36 | 39 |
| Octal | 314 | 125 | 142 | 0 | 72 | 64 | 24 | 541 | 66 | 71 |
| Binary | 11001100 | 1010101 | 1100010 | 0 | 111010 | 110100 | 10100 | 101100001 | 110110 | 111001 |
Color Harmonies of #CC5562
Complementary color
Monochromatic Colors of #CC5562
Black with #CC5562
Text Example
Text Example
White with #CC5562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5562; }
p { color: rgb(204,85,98); }
H1.HeaderClassName
{
color: #CC5562;
}
.AnyTagClassName
{
color: #CC5562;
}
</style>
background-color css
<style>
a { background-color: #CC5562; }
a { background-color: rgb(204,85,98); }
div.DivClassName
{
background-color: #CC5562;
}
.BgClassName
{
background-color: #CC5562;
}
</style>
border-color css
<style>
span { border-color: #CC5562; }
span { border-color: rgb(204,85,98); }
td.TdClassName
{
border-color: #CC5562;
}
.TagClassName
{
border-color: #CC5562;
}
</style>