Shades of Mandy #CC5059
Tints of Mandy #CC5059
RGB
CMYK
RGB Variations
Color information
#CC5059 (or 0xCC5059) is known color: Mandy. HEX triplet: CC, 50 and 59. RGB value is (204,80,89). Sum of RGB (Red+Green+Blue) = 204+80+89=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 89 (35.16% from 255 or 23.86% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5059 is #33AFA6. Grayscale: #767676. Windows color (decimal): -3387303 or 5853388. OLE color: 5853388.
HSL color Cylindrical-coordinate representation of color #CC5059: hue angle of 355.65º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC5059 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 89 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.2 |
| HSL | 355.65º | 0.55% | 0.56% | - |
| HSV(B) | 355.65º | 0.61% | 0.8% | - |
| XYZ | 29.57 | 19.3 | 11.62 | - |
| YUV | 118.1 | 111.58 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 89 | 0 | 0.61 | 0.56 | 0.2 | 355.65 | 0.55 | 0.56 |
| Hex | CC | 50 | 59 | 0 | 3D | 38 | 14 | 164 | 37 | 38 |
| Octal | 314 | 120 | 131 | 0 | 75 | 70 | 24 | 544 | 67 | 70 |
| Binary | 11001100 | 1010000 | 1011001 | 0 | 111101 | 111000 | 10100 | 101100100 | 110111 | 111000 |
Color Harmonies of #CC5059
Complementary color
Monochromatic Colors of #CC5059
Black with #CC5059
Text Example
Text Example
White with #CC5059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5059; }
p { color: rgb(204,80,89); }
H1.HeaderClassName
{
color: #CC5059;
}
.AnyTagClassName
{
color: #CC5059;
}
</style>
background-color css
<style>
a { background-color: #CC5059; }
a { background-color: rgb(204,80,89); }
div.DivClassName
{
background-color: #CC5059;
}
.BgClassName
{
background-color: #CC5059;
}
</style>
border-color css
<style>
span { border-color: #CC5059; }
span { border-color: rgb(204,80,89); }
td.TdClassName
{
border-color: #CC5059;
}
.TagClassName
{
border-color: #CC5059;
}
</style>