Shades of Mahogany #C3363C
Tints of Mahogany #C3363C
RGB
CMYK
RGB Variations
Color information
#C3363C (or 0xC3363C) is known color: Mahogany. HEX triplet: C3, 36 and 3C. RGB value is (195,54,60). Sum of RGB (Red+Green+Blue) = 195+54+60=309 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.11% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 195 - color contains mainly: red. Hex color #C3363C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3363C is #3CC9C3. Grayscale: #606060. Windows color (decimal): -3983812 or 3946179. OLE color: 3946179.
HSL color Cylindrical-coordinate representation of color #C3363C: hue angle of 357.45º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C3363C is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 54 | 60 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.24 |
| HSL | 357.45º | 0.57% | 0.49% | - |
| HSV(B) | 357.45º | 0.72% | 0.76% | - |
| XYZ | 24.64 | 14.57 | 5.79 | - |
| YUV | 96.84 | 107.21 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 54 | 60 | 0 | 0.72 | 0.69 | 0.24 | 357.45 | 0.57 | 0.49 |
| Hex | C3 | 36 | 3C | 0 | 48 | 45 | 18 | 165 | 39 | 31 |
| Octal | 303 | 66 | 74 | 0 | 110 | 105 | 30 | 545 | 71 | 61 |
| Binary | 11000011 | 110110 | 111100 | 0 | 1001000 | 1000101 | 11000 | 101100101 | 111001 | 110001 |
Color Harmonies of #C3363C
Complementary color
Monochromatic Colors of #C3363C
Black with #C3363C
Text Example
Text Example
White with #C3363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3363C; }
p { color: rgb(195,54,60); }
H1.HeaderClassName
{
color: #C3363C;
}
.AnyTagClassName
{
color: #C3363C;
}
</style>
background-color css
<style>
a { background-color: #C3363C; }
a { background-color: rgb(195,54,60); }
div.DivClassName
{
background-color: #C3363C;
}
.BgClassName
{
background-color: #C3363C;
}
</style>
border-color css
<style>
span { border-color: #C3363C; }
span { border-color: rgb(195,54,60); }
td.TdClassName
{
border-color: #C3363C;
}
.TagClassName
{
border-color: #C3363C;
}
</style>