Shades of Mahogany #C4383C
Tints of Mahogany #C4383C
RGB
CMYK
RGB Variations
Color information
#C4383C (or 0xC4383C) is known color: Mahogany. HEX triplet: C4, 38 and 3C. RGB value is (196,56,60). Sum of RGB (Red+Green+Blue) = 196+56+60=312 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.82% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 196 - color contains mainly: red. Hex color #C4383C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4383C is #3BC7C3. Grayscale: #626262. Windows color (decimal): -3917764 or 3946692. OLE color: 3946692.
HSL color Cylindrical-coordinate representation of color #C4383C: hue angle of 358.29º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C4383C is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 56 | 60 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.23 |
| HSL | 358.29º | 0.56% | 0.49% | - |
| HSV(B) | 358.29º | 0.71% | 0.77% | - |
| XYZ | 24.99 | 14.89 | 5.83 | - |
| YUV | 98.32 | 106.38 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 56 | 60 | 0 | 0.71 | 0.69 | 0.23 | 358.29 | 0.56 | 0.49 |
| Hex | C4 | 38 | 3C | 0 | 47 | 45 | 17 | 166 | 38 | 31 |
| Octal | 304 | 70 | 74 | 0 | 107 | 105 | 27 | 546 | 70 | 61 |
| Binary | 11000100 | 111000 | 111100 | 0 | 1000111 | 1000101 | 10111 | 101100110 | 111000 | 110001 |
Color Harmonies of #C4383C
Complementary color
Monochromatic Colors of #C4383C
Black with #C4383C
Text Example
Text Example
White with #C4383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4383C; }
p { color: rgb(196,56,60); }
H1.HeaderClassName
{
color: #C4383C;
}
.AnyTagClassName
{
color: #C4383C;
}
</style>
background-color css
<style>
a { background-color: #C4383C; }
a { background-color: rgb(196,56,60); }
div.DivClassName
{
background-color: #C4383C;
}
.BgClassName
{
background-color: #C4383C;
}
</style>
border-color css
<style>
span { border-color: #C4383C; }
span { border-color: rgb(196,56,60); }
td.TdClassName
{
border-color: #C4383C;
}
.TagClassName
{
border-color: #C4383C;
}
</style>