Shades of Mahogany #C8303B
Tints of Mahogany #C8303B
RGB
CMYK
RGB Variations
Color information
#C8303B (or 0xC8303B) is known color: Mahogany. HEX triplet: C8, 30 and 3B. RGB value is (200,48,59). Sum of RGB (Red+Green+Blue) = 200+48+59=307 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.15% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 200 - color contains mainly: red. Hex color #C8303B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8303B is #37CFC4. Grayscale: #5E5E5E. Windows color (decimal): -3657669 or 3879112. OLE color: 3879112.
HSL color Cylindrical-coordinate representation of color #C8303B: hue angle of 355.66º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C8303B is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 48 | 59 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.22 |
| HSL | 355.66º | 0.61% | 0.49% | - |
| HSV(B) | 355.66º | 0.76% | 0.78% | - |
| XYZ | 25.67 | 14.71 | 5.62 | - |
| YUV | 94.7 | 107.86 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 59 | 0 | 0.76 | 0.70 | 0.22 | 355.66 | 0.61 | 0.49 |
| Hex | C8 | 30 | 3B | 0 | 4C | 46 | 16 | 164 | 3D | 31 |
| Octal | 310 | 60 | 73 | 0 | 114 | 106 | 26 | 544 | 75 | 61 |
| Binary | 11001000 | 110000 | 111011 | 0 | 1001100 | 1000110 | 10110 | 101100100 | 111101 | 110001 |
Color Harmonies of #C8303B
Complementary color
Monochromatic Colors of #C8303B
Black with #C8303B
Text Example
Text Example
White with #C8303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8303B; }
p { color: rgb(200,48,59); }
H1.HeaderClassName
{
color: #C8303B;
}
.AnyTagClassName
{
color: #C8303B;
}
</style>
background-color css
<style>
a { background-color: #C8303B; }
a { background-color: rgb(200,48,59); }
div.DivClassName
{
background-color: #C8303B;
}
.BgClassName
{
background-color: #C8303B;
}
</style>
border-color css
<style>
span { border-color: #C8303B; }
span { border-color: rgb(200,48,59); }
td.TdClassName
{
border-color: #C8303B;
}
.TagClassName
{
border-color: #C8303B;
}
</style>