Shades of Mahogany #C33C3F
Tints of Mahogany #C33C3F
RGB
CMYK
RGB Variations
Color information
#C33C3F (or 0xC33C3F) is known color: Mahogany. HEX triplet: C3, 3C and 3F. RGB value is (195,60,63). Sum of RGB (Red+Green+Blue) = 195+60+63=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33C3F is #3CC3C0. Grayscale: #646464. Windows color (decimal): -3982273 or 4144323. OLE color: 4144323.
HSL color Cylindrical-coordinate representation of color #C33C3F: hue angle of 358.67º 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 #C33C3F is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 60 | 63 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.24 |
| HSL | 358.67º | 0.53% | 0.5% | - |
| HSV(B) | 358.67º | 0.69% | 0.76% | - |
| XYZ | 25.02 | 15.19 | 6.32 | - |
| YUV | 100.71 | 106.73 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 60 | 63 | 0 | 0.69 | 0.68 | 0.24 | 358.67 | 0.53 | 0.5 |
| Hex | C3 | 3C | 3F | 0 | 45 | 44 | 18 | 167 | 35 | 32 |
| Octal | 303 | 74 | 77 | 0 | 105 | 104 | 30 | 547 | 65 | 62 |
| Binary | 11000011 | 111100 | 111111 | 0 | 1000101 | 1000100 | 11000 | 101100111 | 110101 | 110010 |
Color Harmonies of #C33C3F
Complementary color
Monochromatic Colors of #C33C3F
Black with #C33C3F
Text Example
Text Example
White with #C33C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33C3F; }
p { color: rgb(195,60,63); }
H1.HeaderClassName
{
color: #C33C3F;
}
.AnyTagClassName
{
color: #C33C3F;
}
</style>
background-color css
<style>
a { background-color: #C33C3F; }
a { background-color: rgb(195,60,63); }
div.DivClassName
{
background-color: #C33C3F;
}
.BgClassName
{
background-color: #C33C3F;
}
</style>
border-color css
<style>
span { border-color: #C33C3F; }
span { border-color: rgb(195,60,63); }
td.TdClassName
{
border-color: #C33C3F;
}
.TagClassName
{
border-color: #C33C3F;
}
</style>