Shades of Mahogany #C23C40
Tints of Mahogany #C23C40
RGB
CMYK
RGB Variations
Color information
#C23C40 (or 0xC23C40) is known color: Mahogany. HEX triplet: C2, 3C and 40. RGB value is (194,60,64). Sum of RGB (Red+Green+Blue) = 194+60+64=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23C40 is #3DC3BF. Grayscale: #646464. Windows color (decimal): -4047808 or 4209858. OLE color: 4209858.
HSL color Cylindrical-coordinate representation of color #C23C40: hue angle of 358.21º 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 #C23C40 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 64 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.24 |
| HSL | 358.21º | 0.53% | 0.5% | - |
| HSV(B) | 358.21º | 0.69% | 0.76% | - |
| XYZ | 24.79 | 15.07 | 6.45 | - |
| YUV | 100.52 | 107.39 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 64 | 0 | 0.69 | 0.67 | 0.24 | 358.21 | 0.53 | 0.5 |
| Hex | C2 | 3C | 40 | 0 | 45 | 43 | 18 | 166 | 35 | 32 |
| Octal | 302 | 74 | 100 | 0 | 105 | 103 | 30 | 546 | 65 | 62 |
| Binary | 11000010 | 111100 | 1000000 | 0 | 1000101 | 1000011 | 11000 | 101100110 | 110101 | 110010 |
Color Harmonies of #C23C40
Complementary color
Monochromatic Colors of #C23C40
Black with #C23C40
Text Example
Text Example
White with #C23C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23C40; }
p { color: rgb(194,60,64); }
H1.HeaderClassName
{
color: #C23C40;
}
.AnyTagClassName
{
color: #C23C40;
}
</style>
background-color css
<style>
a { background-color: #C23C40; }
a { background-color: rgb(194,60,64); }
div.DivClassName
{
background-color: #C23C40;
}
.BgClassName
{
background-color: #C23C40;
}
</style>
border-color css
<style>
span { border-color: #C23C40; }
span { border-color: rgb(194,60,64); }
td.TdClassName
{
border-color: #C23C40;
}
.TagClassName
{
border-color: #C23C40;
}
</style>