Shades of Mandy #CC5159
Tints of Mandy #CC5159
RGB
CMYK
RGB Variations
Color information
#CC5159 (or 0xCC5159) is known color: Mandy. HEX triplet: CC, 51 and 59. RGB value is (204,81,89). Sum of RGB (Red+Green+Blue) = 204+81+89=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 89 (35.16% from 255 or 23.80% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5159 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5159 is #33AEA6. Grayscale: #767676. Windows color (decimal): -3387047 or 5853644. OLE color: 5853644.
HSL color Cylindrical-coordinate representation of color #CC5159: hue angle of 356.1º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC5159 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 89 | - |
| CMYK | 0 | 0.60 | 0.56 | 0.2 |
| HSL | 356.1º | 0.55% | 0.56% | - |
| HSV(B) | 356.1º | 0.6% | 0.8% | - |
| XYZ | 29.65 | 19.44 | 11.64 | - |
| YUV | 118.69 | 111.25 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 89 | 0 | 0.60 | 0.56 | 0.2 | 356.1 | 0.55 | 0.56 |
| Hex | CC | 51 | 59 | 0 | 3C | 38 | 14 | 164 | 37 | 38 |
| Octal | 314 | 121 | 131 | 0 | 74 | 70 | 24 | 544 | 67 | 70 |
| Binary | 11001100 | 1010001 | 1011001 | 0 | 111100 | 111000 | 10100 | 101100100 | 110111 | 111000 |
Color Harmonies of #CC5159
Complementary color
Monochromatic Colors of #CC5159
Black with #CC5159
Text Example
Text Example
White with #CC5159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5159; }
p { color: rgb(204,81,89); }
H1.HeaderClassName
{
color: #CC5159;
}
.AnyTagClassName
{
color: #CC5159;
}
</style>
background-color css
<style>
a { background-color: #CC5159; }
a { background-color: rgb(204,81,89); }
div.DivClassName
{
background-color: #CC5159;
}
.BgClassName
{
background-color: #CC5159;
}
</style>
border-color css
<style>
span { border-color: #CC5159; }
span { border-color: rgb(204,81,89); }
td.TdClassName
{
border-color: #CC5159;
}
.TagClassName
{
border-color: #CC5159;
}
</style>