Shades of Mahogany #C93F43
Tints of Mahogany #C93F43
RGB
CMYK
RGB Variations
Color information
#C93F43 (or 0xC93F43) is known color: Mahogany. HEX triplet: C9, 3F and 43. RGB value is (201,63,67). Sum of RGB (Red+Green+Blue) = 201+63+67=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 67 (26.56% from 255 or 20.24% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93F43 is #36C0BC. Grayscale: #686868. Windows color (decimal): -3588285 or 4407241. OLE color: 4407241.
HSL color Cylindrical-coordinate representation of color #C93F43: hue angle of 358.26º 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 #C93F43 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 63 | 67 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.21 |
| HSL | 358.26º | 0.56% | 0.52% | - |
| HSV(B) | 358.26º | 0.69% | 0.79% | - |
| XYZ | 26.88 | 16.38 | 7.05 | - |
| YUV | 104.72 | 106.72 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 67 | 0 | 0.69 | 0.67 | 0.21 | 358.26 | 0.56 | 0.52 |
| Hex | C9 | 3F | 43 | 0 | 45 | 43 | 15 | 166 | 38 | 34 |
| Octal | 311 | 77 | 103 | 0 | 105 | 103 | 25 | 546 | 70 | 64 |
| Binary | 11001001 | 111111 | 1000011 | 0 | 1000101 | 1000011 | 10101 | 101100110 | 111000 | 110100 |
Color Harmonies of #C93F43
Complementary color
Monochromatic Colors of #C93F43
Black with #C93F43
Text Example
Text Example
White with #C93F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93F43; }
p { color: rgb(201,63,67); }
H1.HeaderClassName
{
color: #C93F43;
}
.AnyTagClassName
{
color: #C93F43;
}
</style>
background-color css
<style>
a { background-color: #C93F43; }
a { background-color: rgb(201,63,67); }
div.DivClassName
{
background-color: #C93F43;
}
.BgClassName
{
background-color: #C93F43;
}
</style>
border-color css
<style>
span { border-color: #C93F43; }
span { border-color: rgb(201,63,67); }
td.TdClassName
{
border-color: #C93F43;
}
.TagClassName
{
border-color: #C93F43;
}
</style>