Shades of Mahogany #CF4047
Tints of Mahogany #CF4047
RGB
CMYK
RGB Variations
Color information
#CF4047 (or 0xCF4047) is known color: Mahogany. HEX triplet: CF, 40 and 47. RGB value is (207,64,71). Sum of RGB (Red+Green+Blue) = 207+64+71=342 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.53% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 71 (28.12% from 255 or 20.76% from 342); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4047 is #30BFB8. Grayscale: #6B6B6B. Windows color (decimal): -3194809 or 4669647. OLE color: 4669647.
HSL color Cylindrical-coordinate representation of color #CF4047: hue angle of 357.06º 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 #CF4047 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 71 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.19 |
| HSL | 357.06º | 0.6% | 0.53% | - |
| HSV(B) | 357.06º | 0.69% | 0.81% | - |
| XYZ | 28.7 | 17.39 | 7.8 | - |
| YUV | 107.56 | 107.38 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 71 | 0 | 0.69 | 0.66 | 0.19 | 357.06 | 0.6 | 0.53 |
| Hex | CF | 40 | 47 | 0 | 45 | 42 | 13 | 165 | 3C | 35 |
| Octal | 317 | 100 | 107 | 0 | 105 | 102 | 23 | 545 | 74 | 65 |
| Binary | 11001111 | 1000000 | 1000111 | 0 | 1000101 | 1000010 | 10011 | 101100101 | 111100 | 110101 |
Color Harmonies of #CF4047
Complementary color
Monochromatic Colors of #CF4047
Black with #CF4047
Text Example
Text Example
White with #CF4047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4047; }
p { color: rgb(207,64,71); }
H1.HeaderClassName
{
color: #CF4047;
}
.AnyTagClassName
{
color: #CF4047;
}
</style>
background-color css
<style>
a { background-color: #CF4047; }
a { background-color: rgb(207,64,71); }
div.DivClassName
{
background-color: #CF4047;
}
.BgClassName
{
background-color: #CF4047;
}
</style>
border-color css
<style>
span { border-color: #CF4047; }
span { border-color: rgb(207,64,71); }
td.TdClassName
{
border-color: #CF4047;
}
.TagClassName
{
border-color: #CF4047;
}
</style>