Shades of Mandy #CF4A59
Tints of Mandy #CF4A59
RGB
CMYK
RGB Variations
Color information
#CF4A59 (or 0xCF4A59) is known color: Mandy. HEX triplet: CF, 4A and 59. RGB value is (207,74,89). Sum of RGB (Red+Green+Blue) = 207+74+89=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 89 (35.16% from 255 or 24.05% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4A59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4A59 is #30B5A6. Grayscale: #737373. Windows color (decimal): -3192231 or 5851855. OLE color: 5851855.
HSL color Cylindrical-coordinate representation of color #CF4A59: hue angle of 353.23º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF4A59 is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 74 | 89 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.19 |
| HSL | 353.23º | 0.58% | 0.55% | - |
| HSV(B) | 353.23º | 0.64% | 0.81% | - |
| XYZ | 29.98 | 18.88 | 11.52 | - |
| YUV | 115.48 | 113.06 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 74 | 89 | 0 | 0.64 | 0.57 | 0.19 | 353.23 | 0.58 | 0.55 |
| Hex | CF | 4A | 59 | 0 | 40 | 39 | 13 | 161 | 3A | 37 |
| Octal | 317 | 112 | 131 | 0 | 100 | 71 | 23 | 541 | 72 | 67 |
| Binary | 11001111 | 1001010 | 1011001 | 0 | 1000000 | 111001 | 10011 | 101100001 | 111010 | 110111 |
Color Harmonies of #CF4A59
Complementary color
Monochromatic Colors of #CF4A59
Black with #CF4A59
Text Example
Text Example
White with #CF4A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4A59; }
p { color: rgb(207,74,89); }
H1.HeaderClassName
{
color: #CF4A59;
}
.AnyTagClassName
{
color: #CF4A59;
}
</style>
background-color css
<style>
a { background-color: #CF4A59; }
a { background-color: rgb(207,74,89); }
div.DivClassName
{
background-color: #CF4A59;
}
.BgClassName
{
background-color: #CF4A59;
}
</style>
border-color css
<style>
span { border-color: #CF4A59; }
span { border-color: rgb(207,74,89); }
td.TdClassName
{
border-color: #CF4A59;
}
.TagClassName
{
border-color: #CF4A59;
}
</style>