Shades of Mandy #CC5053
Tints of Mandy #CC5053
RGB
CMYK
RGB Variations
Color information
#CC5053 (or 0xCC5053) is known color: Mandy. HEX triplet: CC, 50 and 53. RGB value is (204,80,83). Sum of RGB (Red+Green+Blue) = 204+80+83=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 83 (32.81% from 255 or 22.62% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5053 is #33AFAC. Grayscale: #757575. Windows color (decimal): -3387309 or 5460172. OLE color: 5460172.
HSL color Cylindrical-coordinate representation of color #CC5053: hue angle of 358.55º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC5053 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 83 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.2 |
| HSL | 358.55º | 0.55% | 0.56% | - |
| HSV(B) | 358.55º | 0.61% | 0.8% | - |
| XYZ | 29.33 | 19.2 | 10.34 | - |
| YUV | 117.42 | 108.58 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 83 | 0 | 0.61 | 0.59 | 0.2 | 358.55 | 0.55 | 0.56 |
| Hex | CC | 50 | 53 | 0 | 3D | 3B | 14 | 167 | 37 | 38 |
| Octal | 314 | 120 | 123 | 0 | 75 | 73 | 24 | 547 | 67 | 70 |
| Binary | 11001100 | 1010000 | 1010011 | 0 | 111101 | 111011 | 10100 | 101100111 | 110111 | 111000 |
Color Harmonies of #CC5053
Complementary color
Monochromatic Colors of #CC5053
Black with #CC5053
Text Example
Text Example
White with #CC5053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5053; }
p { color: rgb(204,80,83); }
H1.HeaderClassName
{
color: #CC5053;
}
.AnyTagClassName
{
color: #CC5053;
}
</style>
background-color css
<style>
a { background-color: #CC5053; }
a { background-color: rgb(204,80,83); }
div.DivClassName
{
background-color: #CC5053;
}
.BgClassName
{
background-color: #CC5053;
}
</style>
border-color css
<style>
span { border-color: #CC5053; }
span { border-color: rgb(204,80,83); }
td.TdClassName
{
border-color: #CC5053;
}
.TagClassName
{
border-color: #CC5053;
}
</style>