Shades of Mahogany #CF4145
Tints of Mahogany #CF4145
RGB
CMYK
RGB Variations
Color information
#CF4145 (or 0xCF4145) is known color: Mahogany. HEX triplet: CF, 41 and 45. RGB value is (207,65,69). Sum of RGB (Red+Green+Blue) = 207+65+69=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4145 is #30BEBA. Grayscale: #6C6C6C. Windows color (decimal): -3194555 or 4538831. OLE color: 4538831.
HSL color Cylindrical-coordinate representation of color #CF4145: hue angle of 358.31º 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 #CF4145 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 69 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.19 |
| HSL | 358.31º | 0.6% | 0.53% | - |
| HSV(B) | 358.31º | 0.69% | 0.81% | - |
| XYZ | 28.7 | 17.48 | 7.49 | - |
| YUV | 107.91 | 106.04 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 69 | 0 | 0.69 | 0.67 | 0.19 | 358.31 | 0.6 | 0.53 |
| Hex | CF | 41 | 45 | 0 | 45 | 43 | 13 | 166 | 3C | 35 |
| Octal | 317 | 101 | 105 | 0 | 105 | 103 | 23 | 546 | 74 | 65 |
| Binary | 11001111 | 1000001 | 1000101 | 0 | 1000101 | 1000011 | 10011 | 101100110 | 111100 | 110101 |
Color Harmonies of #CF4145
Complementary color
Monochromatic Colors of #CF4145
Black with #CF4145
Text Example
Text Example
White with #CF4145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4145; }
p { color: rgb(207,65,69); }
H1.HeaderClassName
{
color: #CF4145;
}
.AnyTagClassName
{
color: #CF4145;
}
</style>
background-color css
<style>
a { background-color: #CF4145; }
a { background-color: rgb(207,65,69); }
div.DivClassName
{
background-color: #CF4145;
}
.BgClassName
{
background-color: #CF4145;
}
</style>
border-color css
<style>
span { border-color: #CF4145; }
span { border-color: rgb(207,65,69); }
td.TdClassName
{
border-color: #CF4145;
}
.TagClassName
{
border-color: #CF4145;
}
</style>