Shades of Mandy #CF4957
Tints of Mandy #CF4957
RGB
CMYK
RGB Variations
Color information
#CF4957 (or 0xCF4957) is known color: Mandy. HEX triplet: CF, 49 and 57. RGB value is (207,73,87). Sum of RGB (Red+Green+Blue) = 207+73+87=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 87 (34.38% from 255 or 23.71% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4957 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4957 is #30B6A8. Grayscale: #727272. Windows color (decimal): -3192489 or 5720527. OLE color: 5720527.
HSL color Cylindrical-coordinate representation of color #CF4957: hue angle of 353.73º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF4957 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 73 | 87 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.19 |
| HSL | 353.73º | 0.58% | 0.55% | - |
| HSV(B) | 353.73º | 0.65% | 0.81% | - |
| XYZ | 29.83 | 18.72 | 11.06 | - |
| YUV | 114.66 | 112.39 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 87 | 0 | 0.65 | 0.58 | 0.19 | 353.73 | 0.58 | 0.55 |
| Hex | CF | 49 | 57 | 0 | 41 | 3A | 13 | 162 | 3A | 37 |
| Octal | 317 | 111 | 127 | 0 | 101 | 72 | 23 | 542 | 72 | 67 |
| Binary | 11001111 | 1001001 | 1010111 | 0 | 1000001 | 111010 | 10011 | 101100010 | 111010 | 110111 |
Color Harmonies of #CF4957
Complementary color
Monochromatic Colors of #CF4957
Black with #CF4957
Text Example
Text Example
White with #CF4957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4957; }
p { color: rgb(207,73,87); }
H1.HeaderClassName
{
color: #CF4957;
}
.AnyTagClassName
{
color: #CF4957;
}
</style>
background-color css
<style>
a { background-color: #CF4957; }
a { background-color: rgb(207,73,87); }
div.DivClassName
{
background-color: #CF4957;
}
.BgClassName
{
background-color: #CF4957;
}
</style>
border-color css
<style>
span { border-color: #CF4957; }
span { border-color: rgb(207,73,87); }
td.TdClassName
{
border-color: #CF4957;
}
.TagClassName
{
border-color: #CF4957;
}
</style>