Shades of Mahogany #CC393C
Tints of Mahogany #CC393C
RGB
CMYK
RGB Variations
Color information
#CC393C (or 0xCC393C) is known color: Mahogany. HEX triplet: CC, 39 and 3C. RGB value is (204,57,60). Sum of RGB (Red+Green+Blue) = 204+57+60=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC393C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC393C is #33C6C3. Grayscale: #656565. Windows color (decimal): -3393220 or 3946956. OLE color: 3946956.
HSL color Cylindrical-coordinate representation of color #CC393C: hue angle of 358.78º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC393C is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 57 | 60 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.2 |
| HSL | 358.78º | 0.59% | 0.51% | - |
| HSV(B) | 358.78º | 0.72% | 0.8% | - |
| XYZ | 27.18 | 16.09 | 5.95 | - |
| YUV | 101.3 | 104.7 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 60 | 0 | 0.72 | 0.71 | 0.2 | 358.78 | 0.59 | 0.51 |
| Hex | CC | 39 | 3C | 0 | 48 | 47 | 14 | 167 | 3B | 33 |
| Octal | 314 | 71 | 74 | 0 | 110 | 107 | 24 | 547 | 73 | 63 |
| Binary | 11001100 | 111001 | 111100 | 0 | 1001000 | 1000111 | 10100 | 101100111 | 111011 | 110011 |
Color Harmonies of #CC393C
Complementary color
Monochromatic Colors of #CC393C
Black with #CC393C
Text Example
Text Example
White with #CC393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC393C; }
p { color: rgb(204,57,60); }
H1.HeaderClassName
{
color: #CC393C;
}
.AnyTagClassName
{
color: #CC393C;
}
</style>
background-color css
<style>
a { background-color: #CC393C; }
a { background-color: rgb(204,57,60); }
div.DivClassName
{
background-color: #CC393C;
}
.BgClassName
{
background-color: #CC393C;
}
</style>
border-color css
<style>
span { border-color: #CC393C; }
span { border-color: rgb(204,57,60); }
td.TdClassName
{
border-color: #CC393C;
}
.TagClassName
{
border-color: #CC393C;
}
</style>