Shades of Mahogany #C02C33
Tints of Mahogany #C02C33
RGB
CMYK
RGB Variations
Color information
#C02C33 (or 0xC02C33) is known color: Mahogany. HEX triplet: C0, 2C and 33. RGB value is (192,44,51). Sum of RGB (Red+Green+Blue) = 192+44+51=287 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.90% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02C33 is #3FD3CC. Grayscale: #595959. Windows color (decimal): -4182989 or 3353792. OLE color: 3353792.
HSL color Cylindrical-coordinate representation of color #C02C33: hue angle of 357.16º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02C33 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 44 | 51 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.25 |
| HSL | 357.16º | 0.63% | 0.46% | - |
| HSV(B) | 357.16º | 0.77% | 0.75% | - |
| XYZ | 23.24 | 13.25 | 4.46 | - |
| YUV | 89.05 | 106.53 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 51 | 0 | 0.77 | 0.73 | 0.25 | 357.16 | 0.63 | 0.46 |
| Hex | C0 | 2C | 33 | 0 | 4D | 49 | 19 | 165 | 3F | 2E |
| Octal | 300 | 54 | 63 | 0 | 115 | 111 | 31 | 545 | 77 | 56 |
| Binary | 11000000 | 101100 | 110011 | 0 | 1001101 | 1001001 | 11001 | 101100101 | 111111 | 101110 |
Color Harmonies of #C02C33
Complementary color
Monochromatic Colors of #C02C33
Black with #C02C33
Text Example
Text Example
White with #C02C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02C33; }
p { color: rgb(192,44,51); }
H1.HeaderClassName
{
color: #C02C33;
}
.AnyTagClassName
{
color: #C02C33;
}
</style>
background-color css
<style>
a { background-color: #C02C33; }
a { background-color: rgb(192,44,51); }
div.DivClassName
{
background-color: #C02C33;
}
.BgClassName
{
background-color: #C02C33;
}
</style>
border-color css
<style>
span { border-color: #C02C33; }
span { border-color: rgb(192,44,51); }
td.TdClassName
{
border-color: #C02C33;
}
.TagClassName
{
border-color: #C02C33;
}
</style>