Shades of Mahogany #CF4446
Tints of Mahogany #CF4446
RGB
CMYK
RGB Variations
Color information
#CF4446 (or 0xCF4446) is known color: Mahogany. HEX triplet: CF, 44 and 46. RGB value is (207,68,70). Sum of RGB (Red+Green+Blue) = 207+68+70=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4446 is #30BBB9. Grayscale: #6D6D6D. Windows color (decimal): -3193786 or 4605135. OLE color: 4605135.
HSL color Cylindrical-coordinate representation of color #CF4446: hue angle of 359.14º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF4446 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 70 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.19 |
| HSL | 359.14º | 0.59% | 0.54% | - |
| HSV(B) | 359.14º | 0.67% | 0.81% | - |
| XYZ | 28.9 | 17.84 | 7.71 | - |
| YUV | 109.79 | 105.55 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 70 | 0 | 0.67 | 0.66 | 0.19 | 359.14 | 0.59 | 0.54 |
| Hex | CF | 44 | 46 | 0 | 43 | 42 | 13 | 167 | 3B | 36 |
| Octal | 317 | 104 | 106 | 0 | 103 | 102 | 23 | 547 | 73 | 66 |
| Binary | 11001111 | 1000100 | 1000110 | 0 | 1000011 | 1000010 | 10011 | 101100111 | 111011 | 110110 |
Color Harmonies of #CF4446
Complementary color
Monochromatic Colors of #CF4446
Black with #CF4446
Text Example
Text Example
White with #CF4446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4446; }
p { color: rgb(207,68,70); }
H1.HeaderClassName
{
color: #CF4446;
}
.AnyTagClassName
{
color: #CF4446;
}
</style>
background-color css
<style>
a { background-color: #CF4446; }
a { background-color: rgb(207,68,70); }
div.DivClassName
{
background-color: #CF4446;
}
.BgClassName
{
background-color: #CF4446;
}
</style>
border-color css
<style>
span { border-color: #CF4446; }
span { border-color: rgb(207,68,70); }
td.TdClassName
{
border-color: #CF4446;
}
.TagClassName
{
border-color: #CF4446;
}
</style>