Shades of Mahogany #C23F41
Tints of Mahogany #C23F41
RGB
CMYK
RGB Variations
Color information
#C23F41 (or 0xC23F41) is known color: Mahogany. HEX triplet: C2, 3F and 41. RGB value is (194,63,65). Sum of RGB (Red+Green+Blue) = 194+63+65=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23F41 is #3DC0BE. Grayscale: #666666. Windows color (decimal): -4047039 or 4276162. OLE color: 4276162.
HSL color Cylindrical-coordinate representation of color #C23F41: hue angle of 359.08º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C23F41 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 63 | 65 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.24 |
| HSL | 359.08º | 0.52% | 0.5% | - |
| HSV(B) | 359.08º | 0.68% | 0.76% | - |
| XYZ | 24.98 | 15.41 | 6.66 | - |
| YUV | 102.4 | 106.9 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 65 | 0 | 0.68 | 0.66 | 0.24 | 359.08 | 0.52 | 0.5 |
| Hex | C2 | 3F | 41 | 0 | 44 | 42 | 18 | 167 | 34 | 32 |
| Octal | 302 | 77 | 101 | 0 | 104 | 102 | 30 | 547 | 64 | 62 |
| Binary | 11000010 | 111111 | 1000001 | 0 | 1000100 | 1000010 | 11000 | 101100111 | 110100 | 110010 |
Color Harmonies of #C23F41
Complementary color
Monochromatic Colors of #C23F41
Black with #C23F41
Text Example
Text Example
White with #C23F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23F41; }
p { color: rgb(194,63,65); }
H1.HeaderClassName
{
color: #C23F41;
}
.AnyTagClassName
{
color: #C23F41;
}
</style>
background-color css
<style>
a { background-color: #C23F41; }
a { background-color: rgb(194,63,65); }
div.DivClassName
{
background-color: #C23F41;
}
.BgClassName
{
background-color: #C23F41;
}
</style>
border-color css
<style>
span { border-color: #C23F41; }
span { border-color: rgb(194,63,65); }
td.TdClassName
{
border-color: #C23F41;
}
.TagClassName
{
border-color: #C23F41;
}
</style>