Shades of Mahogany #CC373E
Tints of Mahogany #CC373E
RGB
CMYK
RGB Variations
Color information
#CC373E (or 0xCC373E) is known color: Mahogany. HEX triplet: CC, 37 and 3E. RGB value is (204,55,62). Sum of RGB (Red+Green+Blue) = 204+55+62=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC373E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC373E is #33C8C1. Grayscale: #646464. Windows color (decimal): -3393730 or 4077516. OLE color: 4077516.
HSL color Cylindrical-coordinate representation of color #CC373E: hue angle of 357.18º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC373E is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 62 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.2 |
| HSL | 357.18º | 0.59% | 0.51% | - |
| HSV(B) | 357.18º | 0.73% | 0.8% | - |
| XYZ | 27.14 | 15.92 | 6.2 | - |
| YUV | 100.35 | 106.36 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 62 | 0 | 0.73 | 0.70 | 0.2 | 357.18 | 0.59 | 0.51 |
| Hex | CC | 37 | 3E | 0 | 49 | 46 | 14 | 165 | 3B | 33 |
| Octal | 314 | 67 | 76 | 0 | 111 | 106 | 24 | 545 | 73 | 63 |
| Binary | 11001100 | 110111 | 111110 | 0 | 1001001 | 1000110 | 10100 | 101100101 | 111011 | 110011 |
Color Harmonies of #CC373E
Complementary color
Monochromatic Colors of #CC373E
Black with #CC373E
Text Example
Text Example
White with #CC373E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC373E; }
p { color: rgb(204,55,62); }
H1.HeaderClassName
{
color: #CC373E;
}
.AnyTagClassName
{
color: #CC373E;
}
</style>
background-color css
<style>
a { background-color: #CC373E; }
a { background-color: rgb(204,55,62); }
div.DivClassName
{
background-color: #CC373E;
}
.BgClassName
{
background-color: #CC373E;
}
</style>
border-color css
<style>
span { border-color: #CC373E; }
span { border-color: rgb(204,55,62); }
td.TdClassName
{
border-color: #CC373E;
}
.TagClassName
{
border-color: #CC373E;
}
</style>