Shades of Mahogany #C3262D
Tints of Mahogany #C3262D
RGB
CMYK
RGB Variations
Color information
#C3262D (or 0xC3262D) is known color: Mahogany. HEX triplet: C3, 26 and 2D. RGB value is (195,38,45). Sum of RGB (Red+Green+Blue) = 195+38+45=278 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.14% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 195 - color contains mainly: red. Hex color #C3262D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3262D is #3CD9D2. Grayscale: #555555. Windows color (decimal): -3987923 or 2959043. OLE color: 2959043.
HSL color Cylindrical-coordinate representation of color #C3262D: hue angle of 357.32º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C3262D is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 38 | 45 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.24 |
| HSL | 357.32º | 0.67% | 0.46% | - |
| HSV(B) | 357.32º | 0.81% | 0.76% | - |
| XYZ | 23.67 | 13.18 | 3.78 | - |
| YUV | 85.74 | 105.01 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 38 | 45 | 0 | 0.81 | 0.77 | 0.24 | 357.32 | 0.67 | 0.46 |
| Hex | C3 | 26 | 2D | 0 | 51 | 4D | 18 | 165 | 43 | 2E |
| Octal | 303 | 46 | 55 | 0 | 121 | 115 | 30 | 545 | 103 | 56 |
| Binary | 11000011 | 100110 | 101101 | 0 | 1010001 | 1001101 | 11000 | 101100101 | 1000011 | 101110 |
Color Harmonies of #C3262D
Complementary color
Monochromatic Colors of #C3262D
Black with #C3262D
Text Example
Text Example
White with #C3262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3262D; }
p { color: rgb(195,38,45); }
H1.HeaderClassName
{
color: #C3262D;
}
.AnyTagClassName
{
color: #C3262D;
}
</style>
background-color css
<style>
a { background-color: #C3262D; }
a { background-color: rgb(195,38,45); }
div.DivClassName
{
background-color: #C3262D;
}
.BgClassName
{
background-color: #C3262D;
}
</style>
border-color css
<style>
span { border-color: #C3262D; }
span { border-color: rgb(195,38,45); }
td.TdClassName
{
border-color: #C3262D;
}
.TagClassName
{
border-color: #C3262D;
}
</style>