Shades of Mandy #CC5662
Tints of Mandy #CC5662
RGB
CMYK
RGB Variations
Color information
#CC5662 (or 0xCC5662) is known color: Mandy. HEX triplet: CC, 56 and 62. RGB value is (204,86,98). Sum of RGB (Red+Green+Blue) = 204+86+98=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5662 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5662 is #33A99D. Grayscale: #7A7A7A. Windows color (decimal): -3385758 or 6444748. OLE color: 6444748.
HSL color Cylindrical-coordinate representation of color #CC5662: hue angle of 353.9º 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 #CC5662 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 98 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.2 |
| HSL | 353.9º | 0.54% | 0.57% | - |
| HSV(B) | 353.9º | 0.58% | 0.8% | - |
| XYZ | 30.43 | 20.37 | 13.88 | - |
| YUV | 122.65 | 114.09 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 98 | 0 | 0.58 | 0.52 | 0.2 | 353.9 | 0.54 | 0.57 |
| Hex | CC | 56 | 62 | 0 | 3A | 34 | 14 | 162 | 36 | 39 |
| Octal | 314 | 126 | 142 | 0 | 72 | 64 | 24 | 542 | 66 | 71 |
| Binary | 11001100 | 1010110 | 1100010 | 0 | 111010 | 110100 | 10100 | 101100010 | 110110 | 111001 |
Color Harmonies of #CC5662
Complementary color
Monochromatic Colors of #CC5662
Black with #CC5662
Text Example
Text Example
White with #CC5662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5662; }
p { color: rgb(204,86,98); }
H1.HeaderClassName
{
color: #CC5662;
}
.AnyTagClassName
{
color: #CC5662;
}
</style>
background-color css
<style>
a { background-color: #CC5662; }
a { background-color: rgb(204,86,98); }
div.DivClassName
{
background-color: #CC5662;
}
.BgClassName
{
background-color: #CC5662;
}
</style>
border-color css
<style>
span { border-color: #CC5662; }
span { border-color: rgb(204,86,98); }
td.TdClassName
{
border-color: #CC5662;
}
.TagClassName
{
border-color: #CC5662;
}
</style>