Shades of Mahogany #C2323A
Tints of Mahogany #C2323A
RGB
CMYK
RGB Variations
Color information
#C2323A (or 0xC2323A) is known color: Mahogany. HEX triplet: C2, 32 and 3A. RGB value is (194,50,58). Sum of RGB (Red+Green+Blue) = 194+50+58=302 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.24% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 194 - color contains mainly: red. Hex color #C2323A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2323A is #3DCDC5. Grayscale: #5E5E5E. Windows color (decimal): -4050374 or 3814082. OLE color: 3814082.
HSL color Cylindrical-coordinate representation of color #C2323A: hue angle of 356.67º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2323A is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 50 | 58 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.24 |
| HSL | 356.67º | 0.59% | 0.48% | - |
| HSV(B) | 356.67º | 0.74% | 0.76% | - |
| XYZ | 24.15 | 14.06 | 5.44 | - |
| YUV | 93.97 | 107.71 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 58 | 0 | 0.74 | 0.70 | 0.24 | 356.67 | 0.59 | 0.48 |
| Hex | C2 | 32 | 3A | 0 | 4A | 46 | 18 | 165 | 3B | 30 |
| Octal | 302 | 62 | 72 | 0 | 112 | 106 | 30 | 545 | 73 | 60 |
| Binary | 11000010 | 110010 | 111010 | 0 | 1001010 | 1000110 | 11000 | 101100101 | 111011 | 110000 |
Color Harmonies of #C2323A
Complementary color
Monochromatic Colors of #C2323A
Black with #C2323A
Text Example
Text Example
White with #C2323A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2323A; }
p { color: rgb(194,50,58); }
H1.HeaderClassName
{
color: #C2323A;
}
.AnyTagClassName
{
color: #C2323A;
}
</style>
background-color css
<style>
a { background-color: #C2323A; }
a { background-color: rgb(194,50,58); }
div.DivClassName
{
background-color: #C2323A;
}
.BgClassName
{
background-color: #C2323A;
}
</style>
border-color css
<style>
span { border-color: #C2323A; }
span { border-color: rgb(194,50,58); }
td.TdClassName
{
border-color: #C2323A;
}
.TagClassName
{
border-color: #C2323A;
}
</style>