Shades of Mandy #CC4059
Tints of Mandy #CC4059
RGB
CMYK
RGB Variations
Color information
#CC4059 (or 0xCC4059) is known color: Mandy. HEX triplet: CC, 40 and 59. RGB value is (204,64,89). Sum of RGB (Red+Green+Blue) = 204+64+89=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 89 (35.16% from 255 or 24.93% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4059 is #33BFA6. Grayscale: #6C6C6C. Windows color (decimal): -3391399 or 5849292. OLE color: 5849292.
HSL color Cylindrical-coordinate representation of color #CC4059: hue angle of 349.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC4059 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 89 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.2 |
| HSL | 349.29º | 0.58% | 0.53% | - |
| HSV(B) | 349.29º | 0.69% | 0.8% | - |
| XYZ | 28.54 | 17.23 | 11.27 | - |
| YUV | 108.71 | 116.88 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 89 | 0 | 0.69 | 0.56 | 0.2 | 349.29 | 0.58 | 0.53 |
| Hex | CC | 40 | 59 | 0 | 45 | 38 | 14 | 15D | 3A | 35 |
| Octal | 314 | 100 | 131 | 0 | 105 | 70 | 24 | 535 | 72 | 65 |
| Binary | 11001100 | 1000000 | 1011001 | 0 | 1000101 | 111000 | 10100 | 101011101 | 111010 | 110101 |
Color Harmonies of #CC4059
Complementary color
Monochromatic Colors of #CC4059
Black with #CC4059
Text Example
Text Example
White with #CC4059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4059; }
p { color: rgb(204,64,89); }
H1.HeaderClassName
{
color: #CC4059;
}
.AnyTagClassName
{
color: #CC4059;
}
</style>
background-color css
<style>
a { background-color: #CC4059; }
a { background-color: rgb(204,64,89); }
div.DivClassName
{
background-color: #CC4059;
}
.BgClassName
{
background-color: #CC4059;
}
</style>
border-color css
<style>
span { border-color: #CC4059; }
span { border-color: rgb(204,64,89); }
td.TdClassName
{
border-color: #CC4059;
}
.TagClassName
{
border-color: #CC4059;
}
</style>