Shades of Mahogany #C33E43
Tints of Mahogany #C33E43
RGB
CMYK
RGB Variations
Color information
#C33E43 (or 0xC33E43) is known color: Mahogany. HEX triplet: C3, 3E and 43. RGB value is (195,62,67). Sum of RGB (Red+Green+Blue) = 195+62+67=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C33E43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33E43 is #3CC1BC. Grayscale: #666666. Windows color (decimal): -3981757 or 4406979. OLE color: 4406979.
HSL color Cylindrical-coordinate representation of color #C33E43: hue angle of 357.74º degrees, saturation: 0.53, 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 #C33E43 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 62 | 67 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.24 |
| HSL | 357.74º | 0.53% | 0.5% | - |
| HSV(B) | 357.74º | 0.68% | 0.76% | - |
| XYZ | 25.24 | 15.45 | 6.96 | - |
| YUV | 102.34 | 108.06 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 62 | 67 | 0 | 0.68 | 0.66 | 0.24 | 357.74 | 0.53 | 0.5 |
| Hex | C3 | 3E | 43 | 0 | 44 | 42 | 18 | 166 | 35 | 32 |
| Octal | 303 | 76 | 103 | 0 | 104 | 102 | 30 | 546 | 65 | 62 |
| Binary | 11000011 | 111110 | 1000011 | 0 | 1000100 | 1000010 | 11000 | 101100110 | 110101 | 110010 |
Color Harmonies of #C33E43
Complementary color
Monochromatic Colors of #C33E43
Black with #C33E43
Text Example
Text Example
White with #C33E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33E43; }
p { color: rgb(195,62,67); }
H1.HeaderClassName
{
color: #C33E43;
}
.AnyTagClassName
{
color: #C33E43;
}
</style>
background-color css
<style>
a { background-color: #C33E43; }
a { background-color: rgb(195,62,67); }
div.DivClassName
{
background-color: #C33E43;
}
.BgClassName
{
background-color: #C33E43;
}
</style>
border-color css
<style>
span { border-color: #C33E43; }
span { border-color: rgb(195,62,67); }
td.TdClassName
{
border-color: #C33E43;
}
.TagClassName
{
border-color: #C33E43;
}
</style>