Shades of Mandy #CD4059
Tints of Mandy #CD4059
RGB
CMYK
RGB Variations
Color information
#CD4059 (or 0xCD4059) is known color: Mandy. HEX triplet: CD, 40 and 59. RGB value is (205,64,89). Sum of RGB (Red+Green+Blue) = 205+64+89=358 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.26% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4059 is #32BFA6. Grayscale: #6D6D6D. Windows color (decimal): -3325863 or 5849293. OLE color: 5849293.
HSL color Cylindrical-coordinate representation of color #CD4059: hue angle of 349.36º degrees, saturation: 0.59, 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 #CD4059 is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 64 | 89 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.20 |
| HSL | 349.36º | 0.59% | 0.53% | - |
| HSV(B) | 349.36º | 0.69% | 0.8% | - |
| XYZ | 28.81 | 17.37 | 11.28 | - |
| YUV | 109.01 | 116.71 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 64 | 89 | 0 | 0.69 | 0.57 | 0.20 | 349.36 | 0.59 | 0.53 |
| Hex | CD | 40 | 59 | 0 | 45 | 39 | 14 | 15D | 3B | 35 |
| Octal | 315 | 100 | 131 | 0 | 105 | 71 | 24 | 535 | 73 | 65 |
| Binary | 11001101 | 1000000 | 1011001 | 0 | 1000101 | 111001 | 10100 | 101011101 | 111011 | 110101 |
Color Harmonies of #CD4059
Complementary color
Monochromatic Colors of #CD4059
Black with #CD4059
Text Example
Text Example
White with #CD4059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4059; }
p { color: rgb(205,64,89); }
H1.HeaderClassName
{
color: #CD4059;
}
.AnyTagClassName
{
color: #CD4059;
}
</style>
background-color css
<style>
a { background-color: #CD4059; }
a { background-color: rgb(205,64,89); }
div.DivClassName
{
background-color: #CD4059;
}
.BgClassName
{
background-color: #CD4059;
}
</style>
border-color css
<style>
span { border-color: #CD4059; }
span { border-color: rgb(205,64,89); }
td.TdClassName
{
border-color: #CD4059;
}
.TagClassName
{
border-color: #CD4059;
}
</style>