Shades of Mahogany #C4383F
Tints of Mahogany #C4383F
RGB
CMYK
RGB Variations
Color information
#C4383F (or 0xC4383F) is known color: Mahogany. HEX triplet: C4, 38 and 3F. RGB value is (196,56,63). Sum of RGB (Red+Green+Blue) = 196+56+63=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C4383F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4383F is #3BC7C0. Grayscale: #626262. Windows color (decimal): -3917761 or 4143300. OLE color: 4143300.
HSL color Cylindrical-coordinate representation of color #C4383F: hue angle of 357º 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 #C4383F is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 56 | 63 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.23 |
| HSL | 357º | 0.56% | 0.49% | - |
| HSV(B) | 357º | 0.71% | 0.77% | - |
| XYZ | 25.08 | 14.92 | 6.26 | - |
| YUV | 98.66 | 107.88 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 56 | 63 | 0 | 0.71 | 0.68 | 0.23 | 357 | 0.56 | 0.49 |
| Hex | C4 | 38 | 3F | 0 | 47 | 44 | 17 | 165 | 38 | 31 |
| Octal | 304 | 70 | 77 | 0 | 107 | 104 | 27 | 545 | 70 | 61 |
| Binary | 11000100 | 111000 | 111111 | 0 | 1000111 | 1000100 | 10111 | 101100101 | 111000 | 110001 |
Color Harmonies of #C4383F
Complementary color
Monochromatic Colors of #C4383F
Black with #C4383F
Text Example
Text Example
White with #C4383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4383F; }
p { color: rgb(196,56,63); }
H1.HeaderClassName
{
color: #C4383F;
}
.AnyTagClassName
{
color: #C4383F;
}
</style>
background-color css
<style>
a { background-color: #C4383F; }
a { background-color: rgb(196,56,63); }
div.DivClassName
{
background-color: #C4383F;
}
.BgClassName
{
background-color: #C4383F;
}
</style>
border-color css
<style>
span { border-color: #C4383F; }
span { border-color: rgb(196,56,63); }
td.TdClassName
{
border-color: #C4383F;
}
.TagClassName
{
border-color: #C4383F;
}
</style>