Shades of Mandy #CC5257
Tints of Mandy #CC5257
RGB
CMYK
RGB Variations
Color information
#CC5257 (or 0xCC5257) is known color: Mandy. HEX triplet: CC, 52 and 57. RGB value is (204,82,87). Sum of RGB (Red+Green+Blue) = 204+82+87=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 87 (34.38% from 255 or 23.32% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5257 is #33ADA8. Grayscale: #777777. Windows color (decimal): -3386793 or 5722828. OLE color: 5722828.
HSL color Cylindrical-coordinate representation of color #CC5257: hue angle of 357.54º degrees, saturation: 0.54, 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 #CC5257 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 87 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.2 |
| HSL | 357.54º | 0.54% | 0.56% | - |
| HSV(B) | 357.54º | 0.6% | 0.8% | - |
| XYZ | 29.64 | 19.56 | 11.23 | - |
| YUV | 119.05 | 109.92 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 87 | 0 | 0.60 | 0.57 | 0.2 | 357.54 | 0.54 | 0.56 |
| Hex | CC | 52 | 57 | 0 | 3C | 39 | 14 | 166 | 36 | 38 |
| Octal | 314 | 122 | 127 | 0 | 74 | 71 | 24 | 546 | 66 | 70 |
| Binary | 11001100 | 1010010 | 1010111 | 0 | 111100 | 111001 | 10100 | 101100110 | 110110 | 111000 |
Color Harmonies of #CC5257
Complementary color
Monochromatic Colors of #CC5257
Black with #CC5257
Text Example
Text Example
White with #CC5257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5257; }
p { color: rgb(204,82,87); }
H1.HeaderClassName
{
color: #CC5257;
}
.AnyTagClassName
{
color: #CC5257;
}
</style>
background-color css
<style>
a { background-color: #CC5257; }
a { background-color: rgb(204,82,87); }
div.DivClassName
{
background-color: #CC5257;
}
.BgClassName
{
background-color: #CC5257;
}
</style>
border-color css
<style>
span { border-color: #CC5257; }
span { border-color: rgb(204,82,87); }
td.TdClassName
{
border-color: #CC5257;
}
.TagClassName
{
border-color: #CC5257;
}
</style>