Shades of Mahogany #CF4146
Tints of Mahogany #CF4146
RGB
CMYK
RGB Variations
Color information
#CF4146 (or 0xCF4146) is known color: Mahogany. HEX triplet: CF, 41 and 46. RGB value is (207,65,70). Sum of RGB (Red+Green+Blue) = 207+65+70=342 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.53% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4146 is #30BEB9. Grayscale: #6C6C6C. Windows color (decimal): -3194554 or 4604367. OLE color: 4604367.
HSL color Cylindrical-coordinate representation of color #CF4146: hue angle of 357.89º 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 #CF4146 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 70 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.19 |
| HSL | 357.89º | 0.6% | 0.53% | - |
| HSV(B) | 357.89º | 0.69% | 0.81% | - |
| XYZ | 28.73 | 17.49 | 7.66 | - |
| YUV | 108.03 | 106.54 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 70 | 0 | 0.69 | 0.66 | 0.19 | 357.89 | 0.6 | 0.53 |
| Hex | CF | 41 | 46 | 0 | 45 | 42 | 13 | 166 | 3C | 35 |
| Octal | 317 | 101 | 106 | 0 | 105 | 102 | 23 | 546 | 74 | 65 |
| Binary | 11001111 | 1000001 | 1000110 | 0 | 1000101 | 1000010 | 10011 | 101100110 | 111100 | 110101 |
Color Harmonies of #CF4146
Complementary color
Monochromatic Colors of #CF4146
Black with #CF4146
Text Example
Text Example
White with #CF4146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4146; }
p { color: rgb(207,65,70); }
H1.HeaderClassName
{
color: #CF4146;
}
.AnyTagClassName
{
color: #CF4146;
}
</style>
background-color css
<style>
a { background-color: #CF4146; }
a { background-color: rgb(207,65,70); }
div.DivClassName
{
background-color: #CF4146;
}
.BgClassName
{
background-color: #CF4146;
}
</style>
border-color css
<style>
span { border-color: #CF4146; }
span { border-color: rgb(207,65,70); }
td.TdClassName
{
border-color: #CF4146;
}
.TagClassName
{
border-color: #CF4146;
}
</style>