Shades of Mahogany #C23C41
Tints of Mahogany #C23C41
RGB
CMYK
RGB Variations
Color information
#C23C41 (or 0xC23C41) is known color: Mahogany. HEX triplet: C2, 3C and 41. RGB value is (194,60,65). Sum of RGB (Red+Green+Blue) = 194+60+65=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23C41 is #3DC3BE. Grayscale: #646464. Windows color (decimal): -4047807 or 4275394. OLE color: 4275394.
HSL color Cylindrical-coordinate representation of color #C23C41: hue angle of 357.76º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23C41 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 65 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.24 |
| HSL | 357.76º | 0.53% | 0.5% | - |
| HSV(B) | 357.76º | 0.69% | 0.76% | - |
| XYZ | 24.82 | 15.08 | 6.6 | - |
| YUV | 100.64 | 107.89 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 65 | 0 | 0.69 | 0.66 | 0.24 | 357.76 | 0.53 | 0.5 |
| Hex | C2 | 3C | 41 | 0 | 45 | 42 | 18 | 166 | 35 | 32 |
| Octal | 302 | 74 | 101 | 0 | 105 | 102 | 30 | 546 | 65 | 62 |
| Binary | 11000010 | 111100 | 1000001 | 0 | 1000101 | 1000010 | 11000 | 101100110 | 110101 | 110010 |
Color Harmonies of #C23C41
Complementary color
Monochromatic Colors of #C23C41
Black with #C23C41
Text Example
Text Example
White with #C23C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23C41; }
p { color: rgb(194,60,65); }
H1.HeaderClassName
{
color: #C23C41;
}
.AnyTagClassName
{
color: #C23C41;
}
</style>
background-color css
<style>
a { background-color: #C23C41; }
a { background-color: rgb(194,60,65); }
div.DivClassName
{
background-color: #C23C41;
}
.BgClassName
{
background-color: #C23C41;
}
</style>
border-color css
<style>
span { border-color: #C23C41; }
span { border-color: rgb(194,60,65); }
td.TdClassName
{
border-color: #C23C41;
}
.TagClassName
{
border-color: #C23C41;
}
</style>