Shades of Mandy #CC4759
Tints of Mandy #CC4759
RGB
CMYK
RGB Variations
Color information
#CC4759 (or 0xCC4759) is known color: Mandy. HEX triplet: CC, 47 and 59. RGB value is (204,71,89). Sum of RGB (Red+Green+Blue) = 204+71+89=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 89 (35.16% from 255 or 24.45% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4759 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4759 is #33B8A6. Grayscale: #707070. Windows color (decimal): -3389607 or 5851084. OLE color: 5851084.
HSL color Cylindrical-coordinate representation of color #CC4759: hue angle of 351.88º 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 #CC4759 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 89 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.2 |
| HSL | 351.88º | 0.57% | 0.54% | - |
| HSV(B) | 351.88º | 0.65% | 0.8% | - |
| XYZ | 28.96 | 18.07 | 11.41 | - |
| YUV | 112.82 | 114.56 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 89 | 0 | 0.65 | 0.56 | 0.2 | 351.88 | 0.57 | 0.54 |
| Hex | CC | 47 | 59 | 0 | 41 | 38 | 14 | 160 | 39 | 36 |
| Octal | 314 | 107 | 131 | 0 | 101 | 70 | 24 | 540 | 71 | 66 |
| Binary | 11001100 | 1000111 | 1011001 | 0 | 1000001 | 111000 | 10100 | 101100000 | 111001 | 110110 |
Color Harmonies of #CC4759
Complementary color
Monochromatic Colors of #CC4759
Black with #CC4759
Text Example
Text Example
White with #CC4759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4759; }
p { color: rgb(204,71,89); }
H1.HeaderClassName
{
color: #CC4759;
}
.AnyTagClassName
{
color: #CC4759;
}
</style>
background-color css
<style>
a { background-color: #CC4759; }
a { background-color: rgb(204,71,89); }
div.DivClassName
{
background-color: #CC4759;
}
.BgClassName
{
background-color: #CC4759;
}
</style>
border-color css
<style>
span { border-color: #CC4759; }
span { border-color: rgb(204,71,89); }
td.TdClassName
{
border-color: #CC4759;
}
.TagClassName
{
border-color: #CC4759;
}
</style>