Shades of Mahogany #CC383F
Tints of Mahogany #CC383F
RGB
CMYK
RGB Variations
Color information
#CC383F (or 0xCC383F) is known color: Mahogany. HEX triplet: CC, 38 and 3F. RGB value is (204,56,63). Sum of RGB (Red+Green+Blue) = 204+56+63=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC383F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC383F is #33C7C0. Grayscale: #656565. Windows color (decimal): -3393473 or 4143308. OLE color: 4143308.
HSL color Cylindrical-coordinate representation of color #CC383F: hue angle of 357.16º 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 #CC383F is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 56 | 63 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.2 |
| HSL | 357.16º | 0.59% | 0.51% | - |
| HSV(B) | 357.16º | 0.73% | 0.8% | - |
| XYZ | 27.21 | 16.02 | 6.36 | - |
| YUV | 101.05 | 106.53 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 63 | 0 | 0.73 | 0.69 | 0.2 | 357.16 | 0.59 | 0.51 |
| Hex | CC | 38 | 3F | 0 | 49 | 45 | 14 | 165 | 3B | 33 |
| Octal | 314 | 70 | 77 | 0 | 111 | 105 | 24 | 545 | 73 | 63 |
| Binary | 11001100 | 111000 | 111111 | 0 | 1001001 | 1000101 | 10100 | 101100101 | 111011 | 110011 |
Color Harmonies of #CC383F
Complementary color
Monochromatic Colors of #CC383F
Black with #CC383F
Text Example
Text Example
White with #CC383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC383F; }
p { color: rgb(204,56,63); }
H1.HeaderClassName
{
color: #CC383F;
}
.AnyTagClassName
{
color: #CC383F;
}
</style>
background-color css
<style>
a { background-color: #CC383F; }
a { background-color: rgb(204,56,63); }
div.DivClassName
{
background-color: #CC383F;
}
.BgClassName
{
background-color: #CC383F;
}
</style>
border-color css
<style>
span { border-color: #CC383F; }
span { border-color: rgb(204,56,63); }
td.TdClassName
{
border-color: #CC383F;
}
.TagClassName
{
border-color: #CC383F;
}
</style>