Shades of Mahogany #C5333C
Tints of Mahogany #C5333C
RGB
CMYK
RGB Variations
Color information
#C5333C (or 0xC5333C) is known color: Mahogany. HEX triplet: C5, 33 and 3C. RGB value is (197,51,60). Sum of RGB (Red+Green+Blue) = 197+51+60=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C5333C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5333C is #3ACCC3. Grayscale: #5F5F5F. Windows color (decimal): -3853508 or 3945413. OLE color: 3945413.
HSL color Cylindrical-coordinate representation of color #C5333C: hue angle of 356.3º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5333C is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 60 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.23 |
| HSL | 356.3º | 0.59% | 0.49% | - |
| HSV(B) | 356.3º | 0.74% | 0.77% | - |
| XYZ | 25.03 | 14.56 | 5.77 | - |
| YUV | 95.68 | 107.87 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 60 | 0 | 0.74 | 0.70 | 0.23 | 356.3 | 0.59 | 0.49 |
| Hex | C5 | 33 | 3C | 0 | 4A | 46 | 17 | 164 | 3B | 31 |
| Octal | 305 | 63 | 74 | 0 | 112 | 106 | 27 | 544 | 73 | 61 |
| Binary | 11000101 | 110011 | 111100 | 0 | 1001010 | 1000110 | 10111 | 101100100 | 111011 | 110001 |
Color Harmonies of #C5333C
Complementary color
Monochromatic Colors of #C5333C
Black with #C5333C
Text Example
Text Example
White with #C5333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5333C; }
p { color: rgb(197,51,60); }
H1.HeaderClassName
{
color: #C5333C;
}
.AnyTagClassName
{
color: #C5333C;
}
</style>
background-color css
<style>
a { background-color: #C5333C; }
a { background-color: rgb(197,51,60); }
div.DivClassName
{
background-color: #C5333C;
}
.BgClassName
{
background-color: #C5333C;
}
</style>
border-color css
<style>
span { border-color: #C5333C; }
span { border-color: rgb(197,51,60); }
td.TdClassName
{
border-color: #C5333C;
}
.TagClassName
{
border-color: #C5333C;
}
</style>