Shades of Mahogany #C83F45
Tints of Mahogany #C83F45
RGB
CMYK
RGB Variations
Color information
#C83F45 (or 0xC83F45) is known color: Mahogany. HEX triplet: C8, 3F and 45. RGB value is (200,63,69). Sum of RGB (Red+Green+Blue) = 200+63+69=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83F45 is #37C0BA. Grayscale: #686868. Windows color (decimal): -3653819 or 4538312. OLE color: 4538312.
HSL color Cylindrical-coordinate representation of color #C83F45: hue angle of 357.37º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83F45 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 69 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.22 |
| HSL | 357.37º | 0.55% | 0.52% | - |
| HSV(B) | 357.37º | 0.69% | 0.78% | - |
| XYZ | 26.67 | 16.26 | 7.36 | - |
| YUV | 104.65 | 107.89 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 69 | 0 | 0.68 | 0.66 | 0.22 | 357.37 | 0.55 | 0.52 |
| Hex | C8 | 3F | 45 | 0 | 44 | 42 | 16 | 165 | 37 | 34 |
| Octal | 310 | 77 | 105 | 0 | 104 | 102 | 26 | 545 | 67 | 64 |
| Binary | 11001000 | 111111 | 1000101 | 0 | 1000100 | 1000010 | 10110 | 101100101 | 110111 | 110100 |
Color Harmonies of #C83F45
Complementary color
Monochromatic Colors of #C83F45
Black with #C83F45
Text Example
Text Example
White with #C83F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83F45; }
p { color: rgb(200,63,69); }
H1.HeaderClassName
{
color: #C83F45;
}
.AnyTagClassName
{
color: #C83F45;
}
</style>
background-color css
<style>
a { background-color: #C83F45; }
a { background-color: rgb(200,63,69); }
div.DivClassName
{
background-color: #C83F45;
}
.BgClassName
{
background-color: #C83F45;
}
</style>
border-color css
<style>
span { border-color: #C83F45; }
span { border-color: rgb(200,63,69); }
td.TdClassName
{
border-color: #C83F45;
}
.TagClassName
{
border-color: #C83F45;
}
</style>