Shades of Mahogany #CC373D
Tints of Mahogany #CC373D
RGB
CMYK
RGB Variations
Color information
#CC373D (or 0xCC373D) is known color: Mahogany. HEX triplet: CC, 37 and 3D. RGB value is (204,55,61). Sum of RGB (Red+Green+Blue) = 204+55+61=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC373D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC373D is #33C8C2. Grayscale: #646464. Windows color (decimal): -3393731 or 4011980. OLE color: 4011980.
HSL color Cylindrical-coordinate representation of color #CC373D: hue angle of 357.58º 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 #CC373D is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 61 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.2 |
| HSL | 357.58º | 0.59% | 0.51% | - |
| HSV(B) | 357.58º | 0.73% | 0.8% | - |
| XYZ | 27.11 | 15.91 | 6.06 | - |
| YUV | 100.24 | 105.86 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 61 | 0 | 0.73 | 0.70 | 0.2 | 357.58 | 0.59 | 0.51 |
| Hex | CC | 37 | 3D | 0 | 49 | 46 | 14 | 166 | 3B | 33 |
| Octal | 314 | 67 | 75 | 0 | 111 | 106 | 24 | 546 | 73 | 63 |
| Binary | 11001100 | 110111 | 111101 | 0 | 1001001 | 1000110 | 10100 | 101100110 | 111011 | 110011 |
Color Harmonies of #CC373D
Complementary color
Monochromatic Colors of #CC373D
Black with #CC373D
Text Example
Text Example
White with #CC373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC373D; }
p { color: rgb(204,55,61); }
H1.HeaderClassName
{
color: #CC373D;
}
.AnyTagClassName
{
color: #CC373D;
}
</style>
background-color css
<style>
a { background-color: #CC373D; }
a { background-color: rgb(204,55,61); }
div.DivClassName
{
background-color: #CC373D;
}
.BgClassName
{
background-color: #CC373D;
}
</style>
border-color css
<style>
span { border-color: #CC373D; }
span { border-color: rgb(204,55,61); }
td.TdClassName
{
border-color: #CC373D;
}
.TagClassName
{
border-color: #CC373D;
}
</style>