Shades of Mahogany #C94145
Tints of Mahogany #C94145
RGB
CMYK
RGB Variations
Color information
#C94145 (or 0xC94145) is known color: Mahogany. HEX triplet: C9, 41 and 45. RGB value is (201,65,69). Sum of RGB (Red+Green+Blue) = 201+65+69=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C94145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94145 is #36BEBA. Grayscale: #6A6A6A. Windows color (decimal): -3587771 or 4538825. OLE color: 4538825.
HSL color Cylindrical-coordinate representation of color #C94145: hue angle of 358.24º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C94145 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 65 | 69 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.21 |
| HSL | 358.24º | 0.56% | 0.52% | - |
| HSV(B) | 358.24º | 0.68% | 0.79% | - |
| XYZ | 27.05 | 16.63 | 7.41 | - |
| YUV | 106.12 | 107.06 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 65 | 69 | 0 | 0.68 | 0.66 | 0.21 | 358.24 | 0.56 | 0.52 |
| Hex | C9 | 41 | 45 | 0 | 44 | 42 | 15 | 166 | 38 | 34 |
| Octal | 311 | 101 | 105 | 0 | 104 | 102 | 25 | 546 | 70 | 64 |
| Binary | 11001001 | 1000001 | 1000101 | 0 | 1000100 | 1000010 | 10101 | 101100110 | 111000 | 110100 |
Color Harmonies of #C94145
Complementary color
Monochromatic Colors of #C94145
Black with #C94145
Text Example
Text Example
White with #C94145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94145; }
p { color: rgb(201,65,69); }
H1.HeaderClassName
{
color: #C94145;
}
.AnyTagClassName
{
color: #C94145;
}
</style>
background-color css
<style>
a { background-color: #C94145; }
a { background-color: rgb(201,65,69); }
div.DivClassName
{
background-color: #C94145;
}
.BgClassName
{
background-color: #C94145;
}
</style>
border-color css
<style>
span { border-color: #C94145; }
span { border-color: rgb(201,65,69); }
td.TdClassName
{
border-color: #C94145;
}
.TagClassName
{
border-color: #C94145;
}
</style>