Shades of Mandy #CC4560
Tints of Mandy #CC4560
RGB
CMYK
RGB Variations
Color information
#CC4560 (or 0xCC4560) is known color: Mandy. HEX triplet: CC, 45 and 60. RGB value is (204,69,96). Sum of RGB (Red+Green+Blue) = 204+69+96=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4560 is #33BA9F. Grayscale: #707070. Windows color (decimal): -3390112 or 6309324. OLE color: 6309324.
HSL color Cylindrical-coordinate representation of color #CC4560: hue angle of 348º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC4560 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 96 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.2 |
| HSL | 348º | 0.57% | 0.54% | - |
| HSV(B) | 348º | 0.66% | 0.8% | - |
| XYZ | 29.14 | 17.94 | 12.99 | - |
| YUV | 112.44 | 118.73 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 96 | 0 | 0.66 | 0.53 | 0.2 | 348 | 0.57 | 0.54 |
| Hex | CC | 45 | 60 | 0 | 42 | 35 | 14 | 15C | 39 | 36 |
| Octal | 314 | 105 | 140 | 0 | 102 | 65 | 24 | 534 | 71 | 66 |
| Binary | 11001100 | 1000101 | 1100000 | 0 | 1000010 | 110101 | 10100 | 101011100 | 111001 | 110110 |
Color Harmonies of #CC4560
Complementary color
Monochromatic Colors of #CC4560
Black with #CC4560
Text Example
Text Example
White with #CC4560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4560; }
p { color: rgb(204,69,96); }
H1.HeaderClassName
{
color: #CC4560;
}
.AnyTagClassName
{
color: #CC4560;
}
</style>
background-color css
<style>
a { background-color: #CC4560; }
a { background-color: rgb(204,69,96); }
div.DivClassName
{
background-color: #CC4560;
}
.BgClassName
{
background-color: #CC4560;
}
</style>
border-color css
<style>
span { border-color: #CC4560; }
span { border-color: rgb(204,69,96); }
td.TdClassName
{
border-color: #CC4560;
}
.TagClassName
{
border-color: #CC4560;
}
</style>