Shades of Mahogany #C93F45
Tints of Mahogany #C93F45
RGB
CMYK
RGB Variations
Color information
#C93F45 (or 0xC93F45) is known color: Mahogany. HEX triplet: C9, 3F and 45. RGB value is (201,63,69). Sum of RGB (Red+Green+Blue) = 201+63+69=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93F45 is #36C0BA. Grayscale: #696969. Windows color (decimal): -3588283 or 4538313. OLE color: 4538313.
HSL color Cylindrical-coordinate representation of color #C93F45: hue angle of 357.39º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C93F45 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 63 | 69 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.21 |
| HSL | 357.39º | 0.56% | 0.52% | - |
| HSV(B) | 357.39º | 0.69% | 0.79% | - |
| XYZ | 26.94 | 16.4 | 7.38 | - |
| YUV | 104.95 | 107.72 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 69 | 0 | 0.69 | 0.66 | 0.21 | 357.39 | 0.56 | 0.52 |
| Hex | C9 | 3F | 45 | 0 | 45 | 42 | 15 | 165 | 38 | 34 |
| Octal | 311 | 77 | 105 | 0 | 105 | 102 | 25 | 545 | 70 | 64 |
| Binary | 11001001 | 111111 | 1000101 | 0 | 1000101 | 1000010 | 10101 | 101100101 | 111000 | 110100 |
Color Harmonies of #C93F45
Complementary color
Monochromatic Colors of #C93F45
Black with #C93F45
Text Example
Text Example
White with #C93F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93F45; }
p { color: rgb(201,63,69); }
H1.HeaderClassName
{
color: #C93F45;
}
.AnyTagClassName
{
color: #C93F45;
}
</style>
background-color css
<style>
a { background-color: #C93F45; }
a { background-color: rgb(201,63,69); }
div.DivClassName
{
background-color: #C93F45;
}
.BgClassName
{
background-color: #C93F45;
}
</style>
border-color css
<style>
span { border-color: #C93F45; }
span { border-color: rgb(201,63,69); }
td.TdClassName
{
border-color: #C93F45;
}
.TagClassName
{
border-color: #C93F45;
}
</style>