Shades of Mandy #CC5056
Tints of Mandy #CC5056
RGB
CMYK
RGB Variations
Color information
#CC5056 (or 0xCC5056) is known color: Mandy. HEX triplet: CC, 50 and 56. RGB value is (204,80,86). Sum of RGB (Red+Green+Blue) = 204+80+86=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5056 is #33AFA9. Grayscale: #757575. Windows color (decimal): -3387306 or 5656780. OLE color: 5656780.
HSL color Cylindrical-coordinate representation of color #CC5056: hue angle of 357.1º 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 #CC5056 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 86 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.2 |
| HSL | 357.1º | 0.55% | 0.56% | - |
| HSV(B) | 357.1º | 0.61% | 0.8% | - |
| XYZ | 29.45 | 19.25 | 10.97 | - |
| YUV | 117.76 | 110.08 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 86 | 0 | 0.61 | 0.58 | 0.2 | 357.1 | 0.55 | 0.56 |
| Hex | CC | 50 | 56 | 0 | 3D | 3A | 14 | 165 | 37 | 38 |
| Octal | 314 | 120 | 126 | 0 | 75 | 72 | 24 | 545 | 67 | 70 |
| Binary | 11001100 | 1010000 | 1010110 | 0 | 111101 | 111010 | 10100 | 101100101 | 110111 | 111000 |
Color Harmonies of #CC5056
Complementary color
Monochromatic Colors of #CC5056
Black with #CC5056
Text Example
Text Example
White with #CC5056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5056; }
p { color: rgb(204,80,86); }
H1.HeaderClassName
{
color: #CC5056;
}
.AnyTagClassName
{
color: #CC5056;
}
</style>
background-color css
<style>
a { background-color: #CC5056; }
a { background-color: rgb(204,80,86); }
div.DivClassName
{
background-color: #CC5056;
}
.BgClassName
{
background-color: #CC5056;
}
</style>
border-color css
<style>
span { border-color: #CC5056; }
span { border-color: rgb(204,80,86); }
td.TdClassName
{
border-color: #CC5056;
}
.TagClassName
{
border-color: #CC5056;
}
</style>