Shades of Mahogany #C23A40
Tints of Mahogany #C23A40
RGB
CMYK
RGB Variations
Color information
#C23A40 (or 0xC23A40) is known color: Mahogany. HEX triplet: C2, 3A and 40. RGB value is (194,58,64). Sum of RGB (Red+Green+Blue) = 194+58+64=316 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.39% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23A40 is #3DC5BF. Grayscale: #636363. Windows color (decimal): -4048320 or 4209346. OLE color: 4209346.
HSL color Cylindrical-coordinate representation of color #C23A40: hue angle of 357.35º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23A40 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 58 | 64 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.24 |
| HSL | 357.35º | 0.54% | 0.49% | - |
| HSV(B) | 357.35º | 0.7% | 0.76% | - |
| XYZ | 24.69 | 14.87 | 6.42 | - |
| YUV | 99.35 | 108.06 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 64 | 0 | 0.70 | 0.67 | 0.24 | 357.35 | 0.54 | 0.49 |
| Hex | C2 | 3A | 40 | 0 | 46 | 43 | 18 | 165 | 36 | 31 |
| Octal | 302 | 72 | 100 | 0 | 106 | 103 | 30 | 545 | 66 | 61 |
| Binary | 11000010 | 111010 | 1000000 | 0 | 1000110 | 1000011 | 11000 | 101100101 | 110110 | 110001 |
Color Harmonies of #C23A40
Complementary color
Monochromatic Colors of #C23A40
Black with #C23A40
Text Example
Text Example
White with #C23A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23A40; }
p { color: rgb(194,58,64); }
H1.HeaderClassName
{
color: #C23A40;
}
.AnyTagClassName
{
color: #C23A40;
}
</style>
background-color css
<style>
a { background-color: #C23A40; }
a { background-color: rgb(194,58,64); }
div.DivClassName
{
background-color: #C23A40;
}
.BgClassName
{
background-color: #C23A40;
}
</style>
border-color css
<style>
span { border-color: #C23A40; }
span { border-color: rgb(194,58,64); }
td.TdClassName
{
border-color: #C23A40;
}
.TagClassName
{
border-color: #C23A40;
}
</style>