Shades of Mahogany #C33C41
Tints of Mahogany #C33C41
RGB
CMYK
RGB Variations
Color information
#C33C41 (or 0xC33C41) is known color: Mahogany. HEX triplet: C3, 3C and 41. RGB value is (195,60,65). Sum of RGB (Red+Green+Blue) = 195+60+65=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33C41 is #3CC3BE. Grayscale: #656565. Windows color (decimal): -3982271 or 4275395. OLE color: 4275395.
HSL color Cylindrical-coordinate representation of color #C33C41: hue angle of 357.78º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C33C41 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 60 | 65 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.24 |
| HSL | 357.78º | 0.53% | 0.5% | - |
| HSV(B) | 357.78º | 0.69% | 0.76% | - |
| XYZ | 25.08 | 15.22 | 6.62 | - |
| YUV | 100.94 | 107.73 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 60 | 65 | 0 | 0.69 | 0.67 | 0.24 | 357.78 | 0.53 | 0.5 |
| Hex | C3 | 3C | 41 | 0 | 45 | 43 | 18 | 166 | 35 | 32 |
| Octal | 303 | 74 | 101 | 0 | 105 | 103 | 30 | 546 | 65 | 62 |
| Binary | 11000011 | 111100 | 1000001 | 0 | 1000101 | 1000011 | 11000 | 101100110 | 110101 | 110010 |
Color Harmonies of #C33C41
Complementary color
Monochromatic Colors of #C33C41
Black with #C33C41
Text Example
Text Example
White with #C33C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33C41; }
p { color: rgb(195,60,65); }
H1.HeaderClassName
{
color: #C33C41;
}
.AnyTagClassName
{
color: #C33C41;
}
</style>
background-color css
<style>
a { background-color: #C33C41; }
a { background-color: rgb(195,60,65); }
div.DivClassName
{
background-color: #C33C41;
}
.BgClassName
{
background-color: #C33C41;
}
</style>
border-color css
<style>
span { border-color: #C33C41; }
span { border-color: rgb(195,60,65); }
td.TdClassName
{
border-color: #C33C41;
}
.TagClassName
{
border-color: #C33C41;
}
</style>