Shades of Mahogany #C23037
Tints of Mahogany #C23037
RGB
CMYK
RGB Variations
Color information
#C23037 (or 0xC23037) is known color: Mahogany. HEX triplet: C2, 30 and 37. RGB value is (194,48,55). Sum of RGB (Red+Green+Blue) = 194+48+55=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C23037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23037 is #3DCFC8. Grayscale: #5C5C5C. Windows color (decimal): -4050889 or 3616962. OLE color: 3616962.
HSL color Cylindrical-coordinate representation of color #C23037: hue angle of 357.12º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23037 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 48 | 55 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.24 |
| HSL | 357.12º | 0.6% | 0.47% | - |
| HSV(B) | 357.12º | 0.75% | 0.76% | - |
| XYZ | 23.99 | 13.86 | 5.02 | - |
| YUV | 92.45 | 106.87 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 55 | 0 | 0.75 | 0.72 | 0.24 | 357.12 | 0.6 | 0.47 |
| Hex | C2 | 30 | 37 | 0 | 4B | 48 | 18 | 165 | 3C | 2F |
| Octal | 302 | 60 | 67 | 0 | 113 | 110 | 30 | 545 | 74 | 57 |
| Binary | 11000010 | 110000 | 110111 | 0 | 1001011 | 1001000 | 11000 | 101100101 | 111100 | 101111 |
Color Harmonies of #C23037
Complementary color
Monochromatic Colors of #C23037
Black with #C23037
Text Example
Text Example
White with #C23037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23037; }
p { color: rgb(194,48,55); }
H1.HeaderClassName
{
color: #C23037;
}
.AnyTagClassName
{
color: #C23037;
}
</style>
background-color css
<style>
a { background-color: #C23037; }
a { background-color: rgb(194,48,55); }
div.DivClassName
{
background-color: #C23037;
}
.BgClassName
{
background-color: #C23037;
}
</style>
border-color css
<style>
span { border-color: #C23037; }
span { border-color: rgb(194,48,55); }
td.TdClassName
{
border-color: #C23037;
}
.TagClassName
{
border-color: #C23037;
}
</style>