Shades of Mahogany #C8262B
Tints of Mahogany #C8262B
RGB
CMYK
RGB Variations
Color information
#C8262B (or 0xC8262B) is known color: Mahogany. HEX triplet: C8, 26 and 2B. RGB value is (200,38,43). Sum of RGB (Red+Green+Blue) = 200+38+43=281 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.17% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 200 - color contains mainly: red. Hex color #C8262B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8262B is #37D9D4. Grayscale: #575757. Windows color (decimal): -3660245 or 2827976. OLE color: 2827976.
HSL color Cylindrical-coordinate representation of color #C8262B: hue angle of 358.15º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8262B is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 43 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.22 |
| HSL | 358.15º | 0.68% | 0.47% | - |
| HSV(B) | 358.15º | 0.81% | 0.78% | - |
| XYZ | 24.95 | 13.84 | 3.64 | - |
| YUV | 87.01 | 103.17 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 43 | 0 | 0.81 | 0.78 | 0.22 | 358.15 | 0.68 | 0.47 |
| Hex | C8 | 26 | 2B | 0 | 51 | 4E | 16 | 166 | 44 | 2F |
| Octal | 310 | 46 | 53 | 0 | 121 | 116 | 26 | 546 | 104 | 57 |
| Binary | 11001000 | 100110 | 101011 | 0 | 1010001 | 1001110 | 10110 | 101100110 | 1000100 | 101111 |
Color Harmonies of #C8262B
Complementary color
Monochromatic Colors of #C8262B
Black with #C8262B
Text Example
Text Example
White with #C8262B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8262B; }
p { color: rgb(200,38,43); }
H1.HeaderClassName
{
color: #C8262B;
}
.AnyTagClassName
{
color: #C8262B;
}
</style>
background-color css
<style>
a { background-color: #C8262B; }
a { background-color: rgb(200,38,43); }
div.DivClassName
{
background-color: #C8262B;
}
.BgClassName
{
background-color: #C8262B;
}
</style>
border-color css
<style>
span { border-color: #C8262B; }
span { border-color: rgb(200,38,43); }
td.TdClassName
{
border-color: #C8262B;
}
.TagClassName
{
border-color: #C8262B;
}
</style>