Shades of Mahogany #C7323C
Tints of Mahogany #C7323C
RGB
CMYK
RGB Variations
Color information
#C7323C (or 0xC7323C) is known color: Mahogany. HEX triplet: C7, 32 and 3C. RGB value is (199,50,60). Sum of RGB (Red+Green+Blue) = 199+50+60=309 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.40% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 199 - color contains mainly: red. Hex color #C7323C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7323C is #38CDC3. Grayscale: #5F5F5F. Windows color (decimal): -3722692 or 3945159. OLE color: 3945159.
HSL color Cylindrical-coordinate representation of color #C7323C: hue angle of 355.97º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C7323C is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 50 | 60 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.22 |
| HSL | 355.97º | 0.6% | 0.49% | - |
| HSV(B) | 355.97º | 0.75% | 0.78% | - |
| XYZ | 25.51 | 14.75 | 5.78 | - |
| YUV | 95.69 | 107.86 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 60 | 0 | 0.75 | 0.70 | 0.22 | 355.97 | 0.6 | 0.49 |
| Hex | C7 | 32 | 3C | 0 | 4B | 46 | 16 | 164 | 3C | 31 |
| Octal | 307 | 62 | 74 | 0 | 113 | 106 | 26 | 544 | 74 | 61 |
| Binary | 11000111 | 110010 | 111100 | 0 | 1001011 | 1000110 | 10110 | 101100100 | 111100 | 110001 |
Color Harmonies of #C7323C
Complementary color
Monochromatic Colors of #C7323C
Black with #C7323C
Text Example
Text Example
White with #C7323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7323C; }
p { color: rgb(199,50,60); }
H1.HeaderClassName
{
color: #C7323C;
}
.AnyTagClassName
{
color: #C7323C;
}
</style>
background-color css
<style>
a { background-color: #C7323C; }
a { background-color: rgb(199,50,60); }
div.DivClassName
{
background-color: #C7323C;
}
.BgClassName
{
background-color: #C7323C;
}
</style>
border-color css
<style>
span { border-color: #C7323C; }
span { border-color: rgb(199,50,60); }
td.TdClassName
{
border-color: #C7323C;
}
.TagClassName
{
border-color: #C7323C;
}
</style>