Shades of Mahogany #C5383C
Tints of Mahogany #C5383C
RGB
CMYK
RGB Variations
Color information
#C5383C (or 0xC5383C) is known color: Mahogany. HEX triplet: C5, 38 and 3C. RGB value is (197,56,60). Sum of RGB (Red+Green+Blue) = 197+56+60=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C5383C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5383C is #3AC7C3. Grayscale: #626262. Windows color (decimal): -3852228 or 3946693. OLE color: 3946693.
HSL color Cylindrical-coordinate representation of color #C5383C: hue angle of 358.3º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5383C is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 60 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.23 |
| HSL | 358.3º | 0.56% | 0.5% | - |
| HSV(B) | 358.3º | 0.72% | 0.77% | - |
| XYZ | 25.26 | 15.02 | 5.84 | - |
| YUV | 98.62 | 106.21 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 60 | 0 | 0.72 | 0.70 | 0.23 | 358.3 | 0.56 | 0.5 |
| Hex | C5 | 38 | 3C | 0 | 48 | 46 | 17 | 166 | 38 | 32 |
| Octal | 305 | 70 | 74 | 0 | 110 | 106 | 27 | 546 | 70 | 62 |
| Binary | 11000101 | 111000 | 111100 | 0 | 1001000 | 1000110 | 10111 | 101100110 | 111000 | 110010 |
Color Harmonies of #C5383C
Complementary color
Monochromatic Colors of #C5383C
Black with #C5383C
Text Example
Text Example
White with #C5383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5383C; }
p { color: rgb(197,56,60); }
H1.HeaderClassName
{
color: #C5383C;
}
.AnyTagClassName
{
color: #C5383C;
}
</style>
background-color css
<style>
a { background-color: #C5383C; }
a { background-color: rgb(197,56,60); }
div.DivClassName
{
background-color: #C5383C;
}
.BgClassName
{
background-color: #C5383C;
}
</style>
border-color css
<style>
span { border-color: #C5383C; }
span { border-color: rgb(197,56,60); }
td.TdClassName
{
border-color: #C5383C;
}
.TagClassName
{
border-color: #C5383C;
}
</style>