Shades of Mandy #CF4648
Tints of Mandy #CF4648
RGB
CMYK
RGB Variations
Color information
#CF4648 (or 0xCF4648) is known color: Mandy. HEX triplet: CF, 46 and 48. RGB value is (207,70,72). Sum of RGB (Red+Green+Blue) = 207+70+72=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4648 is #30B9B7. Grayscale: #6F6F6F. Windows color (decimal): -3193272 or 4736719. OLE color: 4736719.
HSL color Cylindrical-coordinate representation of color #CF4648: hue angle of 359.12º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF4648 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 72 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.19 |
| HSL | 359.12º | 0.59% | 0.54% | - |
| HSV(B) | 359.12º | 0.66% | 0.81% | - |
| XYZ | 29.09 | 18.11 | 8.09 | - |
| YUV | 111.19 | 105.89 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 72 | 0 | 0.66 | 0.65 | 0.19 | 359.12 | 0.59 | 0.54 |
| Hex | CF | 46 | 48 | 0 | 42 | 41 | 13 | 167 | 3B | 36 |
| Octal | 317 | 106 | 110 | 0 | 102 | 101 | 23 | 547 | 73 | 66 |
| Binary | 11001111 | 1000110 | 1001000 | 0 | 1000010 | 1000001 | 10011 | 101100111 | 111011 | 110110 |
Color Harmonies of #CF4648
Complementary color
Monochromatic Colors of #CF4648
Black with #CF4648
Text Example
Text Example
White with #CF4648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4648; }
p { color: rgb(207,70,72); }
H1.HeaderClassName
{
color: #CF4648;
}
.AnyTagClassName
{
color: #CF4648;
}
</style>
background-color css
<style>
a { background-color: #CF4648; }
a { background-color: rgb(207,70,72); }
div.DivClassName
{
background-color: #CF4648;
}
.BgClassName
{
background-color: #CF4648;
}
</style>
border-color css
<style>
span { border-color: #CF4648; }
span { border-color: rgb(207,70,72); }
td.TdClassName
{
border-color: #CF4648;
}
.TagClassName
{
border-color: #CF4648;
}
</style>