Shades of Mahogany #C23036
Tints of Mahogany #C23036
RGB
CMYK
RGB Variations
Color information
#C23036 (or 0xC23036) is known color: Mahogany. HEX triplet: C2, 30 and 36. RGB value is (194,48,54). Sum of RGB (Red+Green+Blue) = 194+48+54=296 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.54% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 194 - color contains mainly: red. Hex color #C23036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23036 is #3DCFC9. Grayscale: #5C5C5C. Windows color (decimal): -4050890 or 3551426. OLE color: 3551426.
HSL color Cylindrical-coordinate representation of color #C23036: hue angle of 357.53º 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 #C23036 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 48 | 54 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.24 |
| HSL | 357.53º | 0.6% | 0.47% | - |
| HSV(B) | 357.53º | 0.75% | 0.76% | - |
| XYZ | 23.97 | 13.85 | 4.9 | - |
| YUV | 92.34 | 106.37 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 54 | 0 | 0.75 | 0.72 | 0.24 | 357.53 | 0.6 | 0.47 |
| Hex | C2 | 30 | 36 | 0 | 4B | 48 | 18 | 166 | 3C | 2F |
| Octal | 302 | 60 | 66 | 0 | 113 | 110 | 30 | 546 | 74 | 57 |
| Binary | 11000010 | 110000 | 110110 | 0 | 1001011 | 1001000 | 11000 | 101100110 | 111100 | 101111 |
Color Harmonies of #C23036
Complementary color
Monochromatic Colors of #C23036
Black with #C23036
Text Example
Text Example
White with #C23036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23036; }
p { color: rgb(194,48,54); }
H1.HeaderClassName
{
color: #C23036;
}
.AnyTagClassName
{
color: #C23036;
}
</style>
background-color css
<style>
a { background-color: #C23036; }
a { background-color: rgb(194,48,54); }
div.DivClassName
{
background-color: #C23036;
}
.BgClassName
{
background-color: #C23036;
}
</style>
border-color css
<style>
span { border-color: #C23036; }
span { border-color: rgb(194,48,54); }
td.TdClassName
{
border-color: #C23036;
}
.TagClassName
{
border-color: #C23036;
}
</style>