Shades of Mandy #CC5255
Tints of Mandy #CC5255
RGB
CMYK
RGB Variations
Color information
#CC5255 (or 0xCC5255) is known color: Mandy. HEX triplet: CC, 52 and 55. RGB value is (204,82,85). Sum of RGB (Red+Green+Blue) = 204+82+85=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5255 is #33ADAA. Grayscale: #767676. Windows color (decimal): -3386795 or 5591756. OLE color: 5591756.
HSL color Cylindrical-coordinate representation of color #CC5255: hue angle of 358.52º 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 #CC5255 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 85 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.2 |
| HSL | 358.52º | 0.54% | 0.56% | - |
| HSV(B) | 358.52º | 0.6% | 0.8% | - |
| XYZ | 29.56 | 19.53 | 10.81 | - |
| YUV | 118.82 | 108.92 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 85 | 0 | 0.60 | 0.58 | 0.2 | 358.52 | 0.54 | 0.56 |
| Hex | CC | 52 | 55 | 0 | 3C | 3A | 14 | 167 | 36 | 38 |
| Octal | 314 | 122 | 125 | 0 | 74 | 72 | 24 | 547 | 66 | 70 |
| Binary | 11001100 | 1010010 | 1010101 | 0 | 111100 | 111010 | 10100 | 101100111 | 110110 | 111000 |
Color Harmonies of #CC5255
Complementary color
Monochromatic Colors of #CC5255
Black with #CC5255
Text Example
Text Example
White with #CC5255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5255; }
p { color: rgb(204,82,85); }
H1.HeaderClassName
{
color: #CC5255;
}
.AnyTagClassName
{
color: #CC5255;
}
</style>
background-color css
<style>
a { background-color: #CC5255; }
a { background-color: rgb(204,82,85); }
div.DivClassName
{
background-color: #CC5255;
}
.BgClassName
{
background-color: #CC5255;
}
</style>
border-color css
<style>
span { border-color: #CC5255; }
span { border-color: rgb(204,82,85); }
td.TdClassName
{
border-color: #CC5255;
}
.TagClassName
{
border-color: #CC5255;
}
</style>