Shades of Mandy #CC5256
Tints of Mandy #CC5256
RGB
CMYK
RGB Variations
Color information
#CC5256 (or 0xCC5256) is known color: Mandy. HEX triplet: CC, 52 and 56. RGB value is (204,82,86). Sum of RGB (Red+Green+Blue) = 204+82+86=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 86 (33.98% from 255 or 23.12% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5256 is #33ADA9. Grayscale: #777777. Windows color (decimal): -3386794 or 5657292. OLE color: 5657292.
HSL color Cylindrical-coordinate representation of color #CC5256: hue angle of 358.03º 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 #CC5256 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 86 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.2 |
| HSL | 358.03º | 0.54% | 0.56% | - |
| HSV(B) | 358.03º | 0.6% | 0.8% | - |
| XYZ | 29.6 | 19.54 | 11.02 | - |
| YUV | 118.93 | 109.42 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 86 | 0 | 0.60 | 0.58 | 0.2 | 358.03 | 0.54 | 0.56 |
| Hex | CC | 52 | 56 | 0 | 3C | 3A | 14 | 166 | 36 | 38 |
| Octal | 314 | 122 | 126 | 0 | 74 | 72 | 24 | 546 | 66 | 70 |
| Binary | 11001100 | 1010010 | 1010110 | 0 | 111100 | 111010 | 10100 | 101100110 | 110110 | 111000 |
Color Harmonies of #CC5256
Complementary color
Monochromatic Colors of #CC5256
Black with #CC5256
Text Example
Text Example
White with #CC5256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5256; }
p { color: rgb(204,82,86); }
H1.HeaderClassName
{
color: #CC5256;
}
.AnyTagClassName
{
color: #CC5256;
}
</style>
background-color css
<style>
a { background-color: #CC5256; }
a { background-color: rgb(204,82,86); }
div.DivClassName
{
background-color: #CC5256;
}
.BgClassName
{
background-color: #CC5256;
}
</style>
border-color css
<style>
span { border-color: #CC5256; }
span { border-color: rgb(204,82,86); }
td.TdClassName
{
border-color: #CC5256;
}
.TagClassName
{
border-color: #CC5256;
}
</style>