Shades of Mahogany #CF4046
Tints of Mahogany #CF4046
RGB
CMYK
RGB Variations
Color information
#CF4046 (or 0xCF4046) is known color: Mahogany. HEX triplet: CF, 40 and 46. RGB value is (207,64,70). Sum of RGB (Red+Green+Blue) = 207+64+70=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4046 is #30BFB9. Grayscale: #6B6B6B. Windows color (decimal): -3194810 or 4604111. OLE color: 4604111.
HSL color Cylindrical-coordinate representation of color #CF4046: hue angle of 357.48º 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 #CF4046 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 70 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.19 |
| HSL | 357.48º | 0.6% | 0.53% | - |
| HSV(B) | 357.48º | 0.69% | 0.81% | - |
| XYZ | 28.67 | 17.37 | 7.64 | - |
| YUV | 107.44 | 106.88 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 70 | 0 | 0.69 | 0.66 | 0.19 | 357.48 | 0.6 | 0.53 |
| Hex | CF | 40 | 46 | 0 | 45 | 42 | 13 | 165 | 3C | 35 |
| Octal | 317 | 100 | 106 | 0 | 105 | 102 | 23 | 545 | 74 | 65 |
| Binary | 11001111 | 1000000 | 1000110 | 0 | 1000101 | 1000010 | 10011 | 101100101 | 111100 | 110101 |
Color Harmonies of #CF4046
Complementary color
Monochromatic Colors of #CF4046
Black with #CF4046
Text Example
Text Example
White with #CF4046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4046; }
p { color: rgb(207,64,70); }
H1.HeaderClassName
{
color: #CF4046;
}
.AnyTagClassName
{
color: #CF4046;
}
</style>
background-color css
<style>
a { background-color: #CF4046; }
a { background-color: rgb(207,64,70); }
div.DivClassName
{
background-color: #CF4046;
}
.BgClassName
{
background-color: #CF4046;
}
</style>
border-color css
<style>
span { border-color: #CF4046; }
span { border-color: rgb(207,64,70); }
td.TdClassName
{
border-color: #CF4046;
}
.TagClassName
{
border-color: #CF4046;
}
</style>