Shades of Mahogany #C3262C
Tints of Mahogany #C3262C
RGB
CMYK
RGB Variations
Color information
#C3262C (or 0xC3262C) is known color: Mahogany. HEX triplet: C3, 26 and 2C. RGB value is (195,38,44). Sum of RGB (Red+Green+Blue) = 195+38+44=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C3262C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3262C is #3CD9D3. Grayscale: #555555. Windows color (decimal): -3987924 or 2893507. OLE color: 2893507.
HSL color Cylindrical-coordinate representation of color #C3262C: hue angle of 357.71º 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 #C3262C is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 38 | 44 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.24 |
| HSL | 357.71º | 0.67% | 0.46% | - |
| HSV(B) | 357.71º | 0.81% | 0.76% | - |
| XYZ | 23.65 | 13.17 | 3.68 | - |
| YUV | 85.63 | 104.51 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 38 | 44 | 0 | 0.81 | 0.77 | 0.24 | 357.71 | 0.67 | 0.46 |
| Hex | C3 | 26 | 2C | 0 | 51 | 4D | 18 | 166 | 43 | 2E |
| Octal | 303 | 46 | 54 | 0 | 121 | 115 | 30 | 546 | 103 | 56 |
| Binary | 11000011 | 100110 | 101100 | 0 | 1010001 | 1001101 | 11000 | 101100110 | 1000011 | 101110 |
Color Harmonies of #C3262C
Complementary color
Monochromatic Colors of #C3262C
Black with #C3262C
Text Example
Text Example
White with #C3262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3262C; }
p { color: rgb(195,38,44); }
H1.HeaderClassName
{
color: #C3262C;
}
.AnyTagClassName
{
color: #C3262C;
}
</style>
background-color css
<style>
a { background-color: #C3262C; }
a { background-color: rgb(195,38,44); }
div.DivClassName
{
background-color: #C3262C;
}
.BgClassName
{
background-color: #C3262C;
}
</style>
border-color css
<style>
span { border-color: #C3262C; }
span { border-color: rgb(195,38,44); }
td.TdClassName
{
border-color: #C3262C;
}
.TagClassName
{
border-color: #C3262C;
}
</style>