Shades of Mahogany #C83E43
Tints of Mahogany #C83E43
RGB
CMYK
RGB Variations
Color information
#C83E43 (or 0xC83E43) is known color: Mahogany. HEX triplet: C8, 3E and 43. RGB value is (200,62,67). Sum of RGB (Red+Green+Blue) = 200+62+67=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 62 (24.61% from 255 or 18.84% from 329); Blue value is 67 (26.56% from 255 or 20.36% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C83E43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83E43 is #37C1BC. Grayscale: #676767. Windows color (decimal): -3654077 or 4406984. OLE color: 4406984.
HSL color Cylindrical-coordinate representation of color #C83E43: hue angle of 357.83º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83E43 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 62 | 67 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.22 |
| HSL | 357.83º | 0.56% | 0.51% | - |
| HSV(B) | 357.83º | 0.69% | 0.78% | - |
| XYZ | 26.56 | 16.13 | 7.02 | - |
| YUV | 103.83 | 107.22 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 62 | 67 | 0 | 0.69 | 0.66 | 0.22 | 357.83 | 0.56 | 0.51 |
| Hex | C8 | 3E | 43 | 0 | 45 | 42 | 16 | 166 | 38 | 33 |
| Octal | 310 | 76 | 103 | 0 | 105 | 102 | 26 | 546 | 70 | 63 |
| Binary | 11001000 | 111110 | 1000011 | 0 | 1000101 | 1000010 | 10110 | 101100110 | 111000 | 110011 |
Color Harmonies of #C83E43
Complementary color
Monochromatic Colors of #C83E43
Black with #C83E43
Text Example
Text Example
White with #C83E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83E43; }
p { color: rgb(200,62,67); }
H1.HeaderClassName
{
color: #C83E43;
}
.AnyTagClassName
{
color: #C83E43;
}
</style>
background-color css
<style>
a { background-color: #C83E43; }
a { background-color: rgb(200,62,67); }
div.DivClassName
{
background-color: #C83E43;
}
.BgClassName
{
background-color: #C83E43;
}
</style>
border-color css
<style>
span { border-color: #C83E43; }
span { border-color: rgb(200,62,67); }
td.TdClassName
{
border-color: #C83E43;
}
.TagClassName
{
border-color: #C83E43;
}
</style>