Shades of Mahogany #CF4447
Tints of Mahogany #CF4447
RGB
CMYK
RGB Variations
Color information
#CF4447 (or 0xCF4447) is known color: Mahogany. HEX triplet: CF, 44 and 47. RGB value is (207,68,71). Sum of RGB (Red+Green+Blue) = 207+68+71=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 71 (28.12% from 255 or 20.52% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4447 is #30BBB8. Grayscale: #6E6E6E. Windows color (decimal): -3193785 or 4670671. OLE color: 4670671.
HSL color Cylindrical-coordinate representation of color #CF4447: hue angle of 358.71º 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 #CF4447 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 71 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.19 |
| HSL | 358.71º | 0.59% | 0.54% | - |
| HSV(B) | 358.71º | 0.67% | 0.81% | - |
| XYZ | 28.94 | 17.85 | 7.88 | - |
| YUV | 109.9 | 106.05 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 71 | 0 | 0.67 | 0.66 | 0.19 | 358.71 | 0.59 | 0.54 |
| Hex | CF | 44 | 47 | 0 | 43 | 42 | 13 | 167 | 3B | 36 |
| Octal | 317 | 104 | 107 | 0 | 103 | 102 | 23 | 547 | 73 | 66 |
| Binary | 11001111 | 1000100 | 1000111 | 0 | 1000011 | 1000010 | 10011 | 101100111 | 111011 | 110110 |
Color Harmonies of #CF4447
Complementary color
Monochromatic Colors of #CF4447
Black with #CF4447
Text Example
Text Example
White with #CF4447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4447; }
p { color: rgb(207,68,71); }
H1.HeaderClassName
{
color: #CF4447;
}
.AnyTagClassName
{
color: #CF4447;
}
</style>
background-color css
<style>
a { background-color: #CF4447; }
a { background-color: rgb(207,68,71); }
div.DivClassName
{
background-color: #CF4447;
}
.BgClassName
{
background-color: #CF4447;
}
</style>
border-color css
<style>
span { border-color: #CF4447; }
span { border-color: rgb(207,68,71); }
td.TdClassName
{
border-color: #CF4447;
}
.TagClassName
{
border-color: #CF4447;
}
</style>