Shades of Mahogany #CC363D
Tints of Mahogany #CC363D
RGB
CMYK
RGB Variations
Color information
#CC363D (or 0xCC363D) is known color: Mahogany. HEX triplet: CC, 36 and 3D. RGB value is (204,54,61). Sum of RGB (Red+Green+Blue) = 204+54+61=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC363D is #33C9C2. Grayscale: #636363. Windows color (decimal): -3393987 or 4011724. OLE color: 4011724.
HSL color Cylindrical-coordinate representation of color #CC363D: hue angle of 357.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC363D is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 61 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.2 |
| HSL | 357.2º | 0.6% | 0.51% | - |
| HSV(B) | 357.2º | 0.74% | 0.8% | - |
| XYZ | 27.06 | 15.81 | 6.04 | - |
| YUV | 99.65 | 106.2 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 61 | 0 | 0.74 | 0.70 | 0.2 | 357.2 | 0.6 | 0.51 |
| Hex | CC | 36 | 3D | 0 | 4A | 46 | 14 | 165 | 3C | 33 |
| Octal | 314 | 66 | 75 | 0 | 112 | 106 | 24 | 545 | 74 | 63 |
| Binary | 11001100 | 110110 | 111101 | 0 | 1001010 | 1000110 | 10100 | 101100101 | 111100 | 110011 |
Color Harmonies of #CC363D
Complementary color
Monochromatic Colors of #CC363D
Black with #CC363D
Text Example
Text Example
White with #CC363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC363D; }
p { color: rgb(204,54,61); }
H1.HeaderClassName
{
color: #CC363D;
}
.AnyTagClassName
{
color: #CC363D;
}
</style>
background-color css
<style>
a { background-color: #CC363D; }
a { background-color: rgb(204,54,61); }
div.DivClassName
{
background-color: #CC363D;
}
.BgClassName
{
background-color: #CC363D;
}
</style>
border-color css
<style>
span { border-color: #CC363D; }
span { border-color: rgb(204,54,61); }
td.TdClassName
{
border-color: #CC363D;
}
.TagClassName
{
border-color: #CC363D;
}
</style>