Shades of Mandy #CC515B
Tints of Mandy #CC515B
RGB
CMYK
RGB Variations
Color information
#CC515B (or 0xCC515B) is known color: Mandy. HEX triplet: CC, 51 and 5B. RGB value is (204,81,91). Sum of RGB (Red+Green+Blue) = 204+81+91=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC515B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC515B is #33AEA4. Grayscale: #777777. Windows color (decimal): -3387045 or 5984716. OLE color: 5984716.
HSL color Cylindrical-coordinate representation of color #CC515B: hue angle of 355.12º 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 #CC515B is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 91 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.2 |
| HSL | 355.12º | 0.55% | 0.56% | - |
| HSV(B) | 355.12º | 0.6% | 0.8% | - |
| XYZ | 29.73 | 19.48 | 12.09 | - |
| YUV | 118.92 | 112.25 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 91 | 0 | 0.60 | 0.55 | 0.2 | 355.12 | 0.55 | 0.56 |
| Hex | CC | 51 | 5B | 0 | 3C | 37 | 14 | 163 | 37 | 38 |
| Octal | 314 | 121 | 133 | 0 | 74 | 67 | 24 | 543 | 67 | 70 |
| Binary | 11001100 | 1010001 | 1011011 | 0 | 111100 | 110111 | 10100 | 101100011 | 110111 | 111000 |
Color Harmonies of #CC515B
Complementary color
Monochromatic Colors of #CC515B
Black with #CC515B
Text Example
Text Example
White with #CC515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC515B; }
p { color: rgb(204,81,91); }
H1.HeaderClassName
{
color: #CC515B;
}
.AnyTagClassName
{
color: #CC515B;
}
</style>
background-color css
<style>
a { background-color: #CC515B; }
a { background-color: rgb(204,81,91); }
div.DivClassName
{
background-color: #CC515B;
}
.BgClassName
{
background-color: #CC515B;
}
</style>
border-color css
<style>
span { border-color: #CC515B; }
span { border-color: rgb(204,81,91); }
td.TdClassName
{
border-color: #CC515B;
}
.TagClassName
{
border-color: #CC515B;
}
</style>