Shades of Mahogany #C33F44
Tints of Mahogany #C33F44
RGB
CMYK
RGB Variations
Color information
#C33F44 (or 0xC33F44) is known color: Mahogany. HEX triplet: C3, 3F and 44. RGB value is (195,63,68). Sum of RGB (Red+Green+Blue) = 195+63+68=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33F44 is #3CC0BB. Grayscale: #676767. Windows color (decimal): -3981500 or 4472771. OLE color: 4472771.
HSL color Cylindrical-coordinate representation of color #C33F44: hue angle of 357.73º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C33F44 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 63 | 68 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.24 |
| HSL | 357.73º | 0.52% | 0.51% | - |
| HSV(B) | 357.73º | 0.68% | 0.76% | - |
| XYZ | 25.33 | 15.57 | 7.14 | - |
| YUV | 103.04 | 108.23 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 68 | 0 | 0.68 | 0.65 | 0.24 | 357.73 | 0.52 | 0.51 |
| Hex | C3 | 3F | 44 | 0 | 44 | 41 | 18 | 166 | 34 | 33 |
| Octal | 303 | 77 | 104 | 0 | 104 | 101 | 30 | 546 | 64 | 63 |
| Binary | 11000011 | 111111 | 1000100 | 0 | 1000100 | 1000001 | 11000 | 101100110 | 110100 | 110011 |
Color Harmonies of #C33F44
Complementary color
Monochromatic Colors of #C33F44
Black with #C33F44
Text Example
Text Example
White with #C33F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33F44; }
p { color: rgb(195,63,68); }
H1.HeaderClassName
{
color: #C33F44;
}
.AnyTagClassName
{
color: #C33F44;
}
</style>
background-color css
<style>
a { background-color: #C33F44; }
a { background-color: rgb(195,63,68); }
div.DivClassName
{
background-color: #C33F44;
}
.BgClassName
{
background-color: #C33F44;
}
</style>
border-color css
<style>
span { border-color: #C33F44; }
span { border-color: rgb(195,63,68); }
td.TdClassName
{
border-color: #C33F44;
}
.TagClassName
{
border-color: #C33F44;
}
</style>