Shades of Mahogany #C8383D
Tints of Mahogany #C8383D
RGB
CMYK
RGB Variations
Color information
#C8383D (or 0xC8383D) is known color: Mahogany. HEX triplet: C8, 38 and 3D. RGB value is (200,56,61). Sum of RGB (Red+Green+Blue) = 200+56+61=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C8383D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8383D is #37C7C2. Grayscale: #636363. Windows color (decimal): -3655619 or 4012232. OLE color: 4012232.
HSL color Cylindrical-coordinate representation of color #C8383D: hue angle of 357.92º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C8383D is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 56 | 61 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.22 |
| HSL | 357.92º | 0.57% | 0.5% | - |
| HSV(B) | 357.92º | 0.72% | 0.78% | - |
| XYZ | 26.08 | 15.44 | 6.02 | - |
| YUV | 99.63 | 106.21 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 61 | 0 | 0.72 | 0.69 | 0.22 | 357.92 | 0.57 | 0.5 |
| Hex | C8 | 38 | 3D | 0 | 48 | 45 | 16 | 166 | 39 | 32 |
| Octal | 310 | 70 | 75 | 0 | 110 | 105 | 26 | 546 | 71 | 62 |
| Binary | 11001000 | 111000 | 111101 | 0 | 1001000 | 1000101 | 10110 | 101100110 | 111001 | 110010 |
Color Harmonies of #C8383D
Complementary color
Monochromatic Colors of #C8383D
Black with #C8383D
Text Example
Text Example
White with #C8383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8383D; }
p { color: rgb(200,56,61); }
H1.HeaderClassName
{
color: #C8383D;
}
.AnyTagClassName
{
color: #C8383D;
}
</style>
background-color css
<style>
a { background-color: #C8383D; }
a { background-color: rgb(200,56,61); }
div.DivClassName
{
background-color: #C8383D;
}
.BgClassName
{
background-color: #C8383D;
}
</style>
border-color css
<style>
span { border-color: #C8383D; }
span { border-color: rgb(200,56,61); }
td.TdClassName
{
border-color: #C8383D;
}
.TagClassName
{
border-color: #C8383D;
}
</style>