Shades of Mahogany #CC383A
Tints of Mahogany #CC383A
RGB
CMYK
RGB Variations
Color information
#CC383A (or 0xCC383A) is known color: Mahogany. HEX triplet: CC, 38 and 3A. RGB value is (204,56,58). Sum of RGB (Red+Green+Blue) = 204+56+58=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC383A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC383A is #33C7C5. Grayscale: #646464. Windows color (decimal): -3393478 or 3815628. OLE color: 3815628.
HSL color Cylindrical-coordinate representation of color #CC383A: hue angle of 359.19º 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 #CC383A is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 56 | 58 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.2 |
| HSL | 359.19º | 0.59% | 0.51% | - |
| HSV(B) | 359.19º | 0.73% | 0.8% | - |
| XYZ | 27.08 | 15.97 | 5.66 | - |
| YUV | 100.48 | 104.03 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 58 | 0 | 0.73 | 0.72 | 0.2 | 359.19 | 0.59 | 0.51 |
| Hex | CC | 38 | 3A | 0 | 49 | 48 | 14 | 167 | 3B | 33 |
| Octal | 314 | 70 | 72 | 0 | 111 | 110 | 24 | 547 | 73 | 63 |
| Binary | 11001100 | 111000 | 111010 | 0 | 1001001 | 1001000 | 10100 | 101100111 | 111011 | 110011 |
Color Harmonies of #CC383A
Complementary color
Monochromatic Colors of #CC383A
Black with #CC383A
Text Example
Text Example
White with #CC383A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC383A; }
p { color: rgb(204,56,58); }
H1.HeaderClassName
{
color: #CC383A;
}
.AnyTagClassName
{
color: #CC383A;
}
</style>
background-color css
<style>
a { background-color: #CC383A; }
a { background-color: rgb(204,56,58); }
div.DivClassName
{
background-color: #CC383A;
}
.BgClassName
{
background-color: #CC383A;
}
</style>
border-color css
<style>
span { border-color: #CC383A; }
span { border-color: rgb(204,56,58); }
td.TdClassName
{
border-color: #CC383A;
}
.TagClassName
{
border-color: #CC383A;
}
</style>