Shades of Mandy #CF5659
Tints of Mandy #CF5659
RGB
CMYK
RGB Variations
Color information
#CF5659 (or 0xCF5659) is known color: Mandy. HEX triplet: CF, 56 and 59. RGB value is (207,86,89). Sum of RGB (Red+Green+Blue) = 207+86+89=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 89 (35.16% from 255 or 23.30% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5659 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5659 is #30A9A6. Grayscale: #7A7A7A. Windows color (decimal): -3189159 or 5854927. OLE color: 5854927.
HSL color Cylindrical-coordinate representation of color #CF5659: hue angle of 358.51º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF5659 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 89 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.19 |
| HSL | 358.51º | 0.56% | 0.57% | - |
| HSV(B) | 358.51º | 0.58% | 0.81% | - |
| XYZ | 30.86 | 20.64 | 11.81 | - |
| YUV | 122.52 | 109.09 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 89 | 0 | 0.58 | 0.57 | 0.19 | 358.51 | 0.56 | 0.57 |
| Hex | CF | 56 | 59 | 0 | 3A | 39 | 13 | 167 | 38 | 39 |
| Octal | 317 | 126 | 131 | 0 | 72 | 71 | 23 | 547 | 70 | 71 |
| Binary | 11001111 | 1010110 | 1011001 | 0 | 111010 | 111001 | 10011 | 101100111 | 111000 | 111001 |
Color Harmonies of #CF5659
Complementary color
Monochromatic Colors of #CF5659
Black with #CF5659
Text Example
Text Example
White with #CF5659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5659; }
p { color: rgb(207,86,89); }
H1.HeaderClassName
{
color: #CF5659;
}
.AnyTagClassName
{
color: #CF5659;
}
</style>
background-color css
<style>
a { background-color: #CF5659; }
a { background-color: rgb(207,86,89); }
div.DivClassName
{
background-color: #CF5659;
}
.BgClassName
{
background-color: #CF5659;
}
</style>
border-color css
<style>
span { border-color: #CF5659; }
span { border-color: rgb(207,86,89); }
td.TdClassName
{
border-color: #CF5659;
}
.TagClassName
{
border-color: #CF5659;
}
</style>