Shades of Mandy #CF4059
Tints of Mandy #CF4059
RGB
CMYK
RGB Variations
Color information
#CF4059 (or 0xCF4059) is known color: Mandy. HEX triplet: CF, 40 and 59. RGB value is (207,64,89). Sum of RGB (Red+Green+Blue) = 207+64+89=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4059 is #30BFA6. Grayscale: #6D6D6D. Windows color (decimal): -3194791 or 5849295. OLE color: 5849295.
HSL color Cylindrical-coordinate representation of color #CF4059: hue angle of 349.51º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4059 is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 89 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.19 |
| HSL | 349.51º | 0.6% | 0.53% | - |
| HSV(B) | 349.51º | 0.69% | 0.81% | - |
| XYZ | 29.37 | 17.65 | 11.31 | - |
| YUV | 109.61 | 116.38 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 89 | 0 | 0.69 | 0.57 | 0.19 | 349.51 | 0.6 | 0.53 |
| Hex | CF | 40 | 59 | 0 | 45 | 39 | 13 | 15E | 3C | 35 |
| Octal | 317 | 100 | 131 | 0 | 105 | 71 | 23 | 536 | 74 | 65 |
| Binary | 11001111 | 1000000 | 1011001 | 0 | 1000101 | 111001 | 10011 | 101011110 | 111100 | 110101 |
Color Harmonies of #CF4059
Complementary color
Monochromatic Colors of #CF4059
Black with #CF4059
Text Example
Text Example
White with #CF4059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4059; }
p { color: rgb(207,64,89); }
H1.HeaderClassName
{
color: #CF4059;
}
.AnyTagClassName
{
color: #CF4059;
}
</style>
background-color css
<style>
a { background-color: #CF4059; }
a { background-color: rgb(207,64,89); }
div.DivClassName
{
background-color: #CF4059;
}
.BgClassName
{
background-color: #CF4059;
}
</style>
border-color css
<style>
span { border-color: #CF4059; }
span { border-color: rgb(207,64,89); }
td.TdClassName
{
border-color: #CF4059;
}
.TagClassName
{
border-color: #CF4059;
}
</style>