Shades of Mahogany #CF4546
Tints of Mahogany #CF4546
RGB
CMYK
RGB Variations
Color information
#CF4546 (or 0xCF4546) is known color: Mahogany. HEX triplet: CF, 45 and 46. RGB value is (207,69,70). Sum of RGB (Red+Green+Blue) = 207+69+70=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4546 is #30BAB9. Grayscale: #6E6E6E. Windows color (decimal): -3193530 or 4605391. OLE color: 4605391.
HSL color Cylindrical-coordinate representation of color #CF4546: hue angle of 359.57º 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 #CF4546 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 69 | 70 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.19 |
| HSL | 359.57º | 0.59% | 0.54% | - |
| HSV(B) | 359.57º | 0.67% | 0.81% | - |
| XYZ | 28.97 | 17.96 | 7.74 | - |
| YUV | 110.38 | 105.22 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 70 | 0 | 0.67 | 0.66 | 0.19 | 359.57 | 0.59 | 0.54 |
| Hex | CF | 45 | 46 | 0 | 43 | 42 | 13 | 168 | 3B | 36 |
| Octal | 317 | 105 | 106 | 0 | 103 | 102 | 23 | 550 | 73 | 66 |
| Binary | 11001111 | 1000101 | 1000110 | 0 | 1000011 | 1000010 | 10011 | 101101000 | 111011 | 110110 |
Color Harmonies of #CF4546
Complementary color
Monochromatic Colors of #CF4546
Black with #CF4546
Text Example
Text Example
White with #CF4546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4546; }
p { color: rgb(207,69,70); }
H1.HeaderClassName
{
color: #CF4546;
}
.AnyTagClassName
{
color: #CF4546;
}
</style>
background-color css
<style>
a { background-color: #CF4546; }
a { background-color: rgb(207,69,70); }
div.DivClassName
{
background-color: #CF4546;
}
.BgClassName
{
background-color: #CF4546;
}
</style>
border-color css
<style>
span { border-color: #CF4546; }
span { border-color: rgb(207,69,70); }
td.TdClassName
{
border-color: #CF4546;
}
.TagClassName
{
border-color: #CF4546;
}
</style>