Shades of Mandy #CC515E
Tints of Mandy #CC515E
RGB
CMYK
RGB Variations
Color information
#CC515E (or 0xCC515E) is known color: Mandy. HEX triplet: CC, 51 and 5E. RGB value is (204,81,94). Sum of RGB (Red+Green+Blue) = 204+81+94=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC515E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC515E is #33AEA1. Grayscale: #777777. Windows color (decimal): -3387042 or 6181324. OLE color: 6181324.
HSL color Cylindrical-coordinate representation of color #CC515E: hue angle of 353.66º 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 #CC515E is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 94 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.2 |
| HSL | 353.66º | 0.55% | 0.56% | - |
| HSV(B) | 353.66º | 0.6% | 0.8% | - |
| XYZ | 29.86 | 19.53 | 12.79 | - |
| YUV | 119.26 | 113.75 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 94 | 0 | 0.60 | 0.54 | 0.2 | 353.66 | 0.55 | 0.56 |
| Hex | CC | 51 | 5E | 0 | 3C | 36 | 14 | 162 | 37 | 38 |
| Octal | 314 | 121 | 136 | 0 | 74 | 66 | 24 | 542 | 67 | 70 |
| Binary | 11001100 | 1010001 | 1011110 | 0 | 111100 | 110110 | 10100 | 101100010 | 110111 | 111000 |
Color Harmonies of #CC515E
Complementary color
Monochromatic Colors of #CC515E
Black with #CC515E
Text Example
Text Example
White with #CC515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC515E; }
p { color: rgb(204,81,94); }
H1.HeaderClassName
{
color: #CC515E;
}
.AnyTagClassName
{
color: #CC515E;
}
</style>
background-color css
<style>
a { background-color: #CC515E; }
a { background-color: rgb(204,81,94); }
div.DivClassName
{
background-color: #CC515E;
}
.BgClassName
{
background-color: #CC515E;
}
</style>
border-color css
<style>
span { border-color: #CC515E; }
span { border-color: rgb(204,81,94); }
td.TdClassName
{
border-color: #CC515E;
}
.TagClassName
{
border-color: #CC515E;
}
</style>