Shades of Mahogany #C94143
Tints of Mahogany #C94143
RGB
CMYK
RGB Variations
Color information
#C94143 (or 0xC94143) is known color: Mahogany. HEX triplet: C9, 41 and 43. RGB value is (201,65,67). Sum of RGB (Red+Green+Blue) = 201+65+67=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 67 (26.56% from 255 or 20.12% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C94143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94143 is #36BEBC. Grayscale: #6A6A6A. Windows color (decimal): -3587773 or 4407753. OLE color: 4407753.
HSL color Cylindrical-coordinate representation of color #C94143: hue angle of 359.12º 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 #C94143 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 65 | 67 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.21 |
| HSL | 359.12º | 0.56% | 0.52% | - |
| HSV(B) | 359.12º | 0.68% | 0.79% | - |
| XYZ | 26.99 | 16.6 | 7.09 | - |
| YUV | 105.89 | 106.06 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 65 | 67 | 0 | 0.68 | 0.67 | 0.21 | 359.12 | 0.56 | 0.52 |
| Hex | C9 | 41 | 43 | 0 | 44 | 43 | 15 | 167 | 38 | 34 |
| Octal | 311 | 101 | 103 | 0 | 104 | 103 | 25 | 547 | 70 | 64 |
| Binary | 11001001 | 1000001 | 1000011 | 0 | 1000100 | 1000011 | 10101 | 101100111 | 111000 | 110100 |
Color Harmonies of #C94143
Complementary color
Monochromatic Colors of #C94143
Black with #C94143
Text Example
Text Example
White with #C94143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94143; }
p { color: rgb(201,65,67); }
H1.HeaderClassName
{
color: #C94143;
}
.AnyTagClassName
{
color: #C94143;
}
</style>
background-color css
<style>
a { background-color: #C94143; }
a { background-color: rgb(201,65,67); }
div.DivClassName
{
background-color: #C94143;
}
.BgClassName
{
background-color: #C94143;
}
</style>
border-color css
<style>
span { border-color: #C94143; }
span { border-color: rgb(201,65,67); }
td.TdClassName
{
border-color: #C94143;
}
.TagClassName
{
border-color: #C94143;
}
</style>