Shades of Mandy #CC5862
Tints of Mandy #CC5862
RGB
CMYK
RGB Variations
Color information
#CC5862 (or 0xCC5862) is known color: Mandy. HEX triplet: CC, 58 and 62. RGB value is (204,88,98). Sum of RGB (Red+Green+Blue) = 204+88+98=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5862 is #33A79D. Grayscale: #7B7B7B. Windows color (decimal): -3385246 or 6445260. OLE color: 6445260.
HSL color Cylindrical-coordinate representation of color #CC5862: hue angle of 354.83º 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 #CC5862 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 88 | 98 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.2 |
| HSL | 354.83º | 0.53% | 0.57% | - |
| HSV(B) | 354.83º | 0.57% | 0.8% | - |
| XYZ | 30.6 | 20.7 | 13.94 | - |
| YUV | 123.82 | 113.43 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 98 | 0 | 0.57 | 0.52 | 0.2 | 354.83 | 0.53 | 0.57 |
| Hex | CC | 58 | 62 | 0 | 39 | 34 | 14 | 163 | 35 | 39 |
| Octal | 314 | 130 | 142 | 0 | 71 | 64 | 24 | 543 | 65 | 71 |
| Binary | 11001100 | 1011000 | 1100010 | 0 | 111001 | 110100 | 10100 | 101100011 | 110101 | 111001 |
Color Harmonies of #CC5862
Complementary color
Monochromatic Colors of #CC5862
Black with #CC5862
Text Example
Text Example
White with #CC5862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5862; }
p { color: rgb(204,88,98); }
H1.HeaderClassName
{
color: #CC5862;
}
.AnyTagClassName
{
color: #CC5862;
}
</style>
background-color css
<style>
a { background-color: #CC5862; }
a { background-color: rgb(204,88,98); }
div.DivClassName
{
background-color: #CC5862;
}
.BgClassName
{
background-color: #CC5862;
}
</style>
border-color css
<style>
span { border-color: #CC5862; }
span { border-color: rgb(204,88,98); }
td.TdClassName
{
border-color: #CC5862;
}
.TagClassName
{
border-color: #CC5862;
}
</style>