Shades of Mandy #CC5153
Tints of Mandy #CC5153
RGB
CMYK
RGB Variations
Color information
#CC5153 (or 0xCC5153) is known color: Mandy. HEX triplet: CC, 51 and 53. RGB value is (204,81,83). Sum of RGB (Red+Green+Blue) = 204+81+83=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 83 (32.81% from 255 or 22.55% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5153 is #33AEAC. Grayscale: #767676. Windows color (decimal): -3387053 or 5460428. OLE color: 5460428.
HSL color Cylindrical-coordinate representation of color #CC5153: hue angle of 359.02º 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 #CC5153 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 83 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.2 |
| HSL | 359.02º | 0.55% | 0.56% | - |
| HSV(B) | 359.02º | 0.6% | 0.8% | - |
| XYZ | 29.41 | 19.35 | 10.37 | - |
| YUV | 118.01 | 108.25 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 83 | 0 | 0.60 | 0.59 | 0.2 | 359.02 | 0.55 | 0.56 |
| Hex | CC | 51 | 53 | 0 | 3C | 3B | 14 | 167 | 37 | 38 |
| Octal | 314 | 121 | 123 | 0 | 74 | 73 | 24 | 547 | 67 | 70 |
| Binary | 11001100 | 1010001 | 1010011 | 0 | 111100 | 111011 | 10100 | 101100111 | 110111 | 111000 |
Color Harmonies of #CC5153
Complementary color
Monochromatic Colors of #CC5153
Black with #CC5153
Text Example
Text Example
White with #CC5153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5153; }
p { color: rgb(204,81,83); }
H1.HeaderClassName
{
color: #CC5153;
}
.AnyTagClassName
{
color: #CC5153;
}
</style>
background-color css
<style>
a { background-color: #CC5153; }
a { background-color: rgb(204,81,83); }
div.DivClassName
{
background-color: #CC5153;
}
.BgClassName
{
background-color: #CC5153;
}
</style>
border-color css
<style>
span { border-color: #CC5153; }
span { border-color: rgb(204,81,83); }
td.TdClassName
{
border-color: #CC5153;
}
.TagClassName
{
border-color: #CC5153;
}
</style>