Shades of Mahogany #C2363A
Tints of Mahogany #C2363A
RGB
CMYK
RGB Variations
Color information
#C2363A (or 0xC2363A) is known color: Mahogany. HEX triplet: C2, 36 and 3A. RGB value is (194,54,58). Sum of RGB (Red+Green+Blue) = 194+54+58=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C2363A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2363A is #3DC9C5. Grayscale: #606060. Windows color (decimal): -4049350 or 3815106. OLE color: 3815106.
HSL color Cylindrical-coordinate representation of color #C2363A: hue angle of 358.29º degrees, saturation: 0.56, 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 #C2363A is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 54 | 58 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.24 |
| HSL | 358.29º | 0.56% | 0.49% | - |
| HSV(B) | 358.29º | 0.72% | 0.76% | - |
| XYZ | 24.33 | 14.41 | 5.5 | - |
| YUV | 96.32 | 106.38 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 58 | 0 | 0.72 | 0.70 | 0.24 | 358.29 | 0.56 | 0.49 |
| Hex | C2 | 36 | 3A | 0 | 48 | 46 | 18 | 166 | 38 | 31 |
| Octal | 302 | 66 | 72 | 0 | 110 | 106 | 30 | 546 | 70 | 61 |
| Binary | 11000010 | 110110 | 111010 | 0 | 1001000 | 1000110 | 11000 | 101100110 | 111000 | 110001 |
Color Harmonies of #C2363A
Complementary color
Monochromatic Colors of #C2363A
Black with #C2363A
Text Example
Text Example
White with #C2363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2363A; }
p { color: rgb(194,54,58); }
H1.HeaderClassName
{
color: #C2363A;
}
.AnyTagClassName
{
color: #C2363A;
}
</style>
background-color css
<style>
a { background-color: #C2363A; }
a { background-color: rgb(194,54,58); }
div.DivClassName
{
background-color: #C2363A;
}
.BgClassName
{
background-color: #C2363A;
}
</style>
border-color css
<style>
span { border-color: #C2363A; }
span { border-color: rgb(194,54,58); }
td.TdClassName
{
border-color: #C2363A;
}
.TagClassName
{
border-color: #C2363A;
}
</style>