Shades of Mahogany #CC383B
Tints of Mahogany #CC383B
RGB
CMYK
RGB Variations
Color information
#CC383B (or 0xCC383B) is known color: Mahogany. HEX triplet: CC, 38 and 3B. RGB value is (204,56,59). Sum of RGB (Red+Green+Blue) = 204+56+59=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC383B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC383B is #33C7C4. Grayscale: #646464. Windows color (decimal): -3393477 or 3881164. OLE color: 3881164.
HSL color Cylindrical-coordinate representation of color #CC383B: 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.73%. Process color model (Four color, CMYK) of #CC383B is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 56 | 59 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.2 |
| HSL | 358.78º | 0.59% | 0.51% | - |
| HSV(B) | 358.78º | 0.73% | 0.8% | - |
| XYZ | 27.11 | 15.98 | 5.79 | - |
| YUV | 100.59 | 104.53 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 59 | 0 | 0.73 | 0.71 | 0.2 | 358.78 | 0.59 | 0.51 |
| Hex | CC | 38 | 3B | 0 | 49 | 47 | 14 | 167 | 3B | 33 |
| Octal | 314 | 70 | 73 | 0 | 111 | 107 | 24 | 547 | 73 | 63 |
| Binary | 11001100 | 111000 | 111011 | 0 | 1001001 | 1000111 | 10100 | 101100111 | 111011 | 110011 |
Color Harmonies of #CC383B
Complementary color
Monochromatic Colors of #CC383B
Black with #CC383B
Text Example
Text Example
White with #CC383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC383B; }
p { color: rgb(204,56,59); }
H1.HeaderClassName
{
color: #CC383B;
}
.AnyTagClassName
{
color: #CC383B;
}
</style>
background-color css
<style>
a { background-color: #CC383B; }
a { background-color: rgb(204,56,59); }
div.DivClassName
{
background-color: #CC383B;
}
.BgClassName
{
background-color: #CC383B;
}
</style>
border-color css
<style>
span { border-color: #CC383B; }
span { border-color: rgb(204,56,59); }
td.TdClassName
{
border-color: #CC383B;
}
.TagClassName
{
border-color: #CC383B;
}
</style>