Shades of Mandy #CC4760
Tints of Mandy #CC4760
RGB
CMYK
RGB Variations
Color information
#CC4760 (or 0xCC4760) is known color: Mandy. HEX triplet: CC, 47 and 60. RGB value is (204,71,96). Sum of RGB (Red+Green+Blue) = 204+71+96=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4760 is #33B89F. Grayscale: #717171. Windows color (decimal): -3389600 or 6309836. OLE color: 6309836.
HSL color Cylindrical-coordinate representation of color #CC4760: hue angle of 348.72º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC4760 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 96 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.2 |
| HSL | 348.72º | 0.57% | 0.54% | - |
| HSV(B) | 348.72º | 0.65% | 0.8% | - |
| XYZ | 29.27 | 18.19 | 13.03 | - |
| YUV | 113.62 | 118.06 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 96 | 0 | 0.65 | 0.53 | 0.2 | 348.72 | 0.57 | 0.54 |
| Hex | CC | 47 | 60 | 0 | 41 | 35 | 14 | 15D | 39 | 36 |
| Octal | 314 | 107 | 140 | 0 | 101 | 65 | 24 | 535 | 71 | 66 |
| Binary | 11001100 | 1000111 | 1100000 | 0 | 1000001 | 110101 | 10100 | 101011101 | 111001 | 110110 |
Color Harmonies of #CC4760
Complementary color
Monochromatic Colors of #CC4760
Black with #CC4760
Text Example
Text Example
White with #CC4760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4760; }
p { color: rgb(204,71,96); }
H1.HeaderClassName
{
color: #CC4760;
}
.AnyTagClassName
{
color: #CC4760;
}
</style>
background-color css
<style>
a { background-color: #CC4760; }
a { background-color: rgb(204,71,96); }
div.DivClassName
{
background-color: #CC4760;
}
.BgClassName
{
background-color: #CC4760;
}
</style>
border-color css
<style>
span { border-color: #CC4760; }
span { border-color: rgb(204,71,96); }
td.TdClassName
{
border-color: #CC4760;
}
.TagClassName
{
border-color: #CC4760;
}
</style>