Shades of Mahogany #C3383C
Tints of Mahogany #C3383C
RGB
CMYK
RGB Variations
Color information
#C3383C (or 0xC3383C) is known color: Mahogany. HEX triplet: C3, 38 and 3C. RGB value is (195,56,60). Sum of RGB (Red+Green+Blue) = 195+56+60=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C3383C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3383C is #3CC7C3. Grayscale: #626262. Windows color (decimal): -3983300 or 3946691. OLE color: 3946691.
HSL color Cylindrical-coordinate representation of color #C3383C: hue angle of 358.27º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C3383C is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 56 | 60 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.24 |
| HSL | 358.27º | 0.55% | 0.49% | - |
| HSV(B) | 358.27º | 0.71% | 0.76% | - |
| XYZ | 24.74 | 14.76 | 5.82 | - |
| YUV | 98.02 | 106.55 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 56 | 60 | 0 | 0.71 | 0.69 | 0.24 | 358.27 | 0.55 | 0.49 |
| Hex | C3 | 38 | 3C | 0 | 47 | 45 | 18 | 166 | 37 | 31 |
| Octal | 303 | 70 | 74 | 0 | 107 | 105 | 30 | 546 | 67 | 61 |
| Binary | 11000011 | 111000 | 111100 | 0 | 1000111 | 1000101 | 11000 | 101100110 | 110111 | 110001 |
Color Harmonies of #C3383C
Complementary color
Monochromatic Colors of #C3383C
Black with #C3383C
Text Example
Text Example
White with #C3383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3383C; }
p { color: rgb(195,56,60); }
H1.HeaderClassName
{
color: #C3383C;
}
.AnyTagClassName
{
color: #C3383C;
}
</style>
background-color css
<style>
a { background-color: #C3383C; }
a { background-color: rgb(195,56,60); }
div.DivClassName
{
background-color: #C3383C;
}
.BgClassName
{
background-color: #C3383C;
}
</style>
border-color css
<style>
span { border-color: #C3383C; }
span { border-color: rgb(195,56,60); }
td.TdClassName
{
border-color: #C3383C;
}
.TagClassName
{
border-color: #C3383C;
}
</style>