Shades of Mahogany #CC383D
Tints of Mahogany #CC383D
RGB
CMYK
RGB Variations
Color information
#CC383D (or 0xCC383D) is known color: Mahogany. HEX triplet: CC, 38 and 3D. RGB value is (204,56,61). Sum of RGB (Red+Green+Blue) = 204+56+61=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC383D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC383D is #33C7C2. Grayscale: #646464. Windows color (decimal): -3393475 or 4012236. OLE color: 4012236.
HSL color Cylindrical-coordinate representation of color #CC383D: hue angle of 357.97º 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 #CC383D is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 56 | 61 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.2 |
| HSL | 357.97º | 0.59% | 0.51% | - |
| HSV(B) | 357.97º | 0.73% | 0.8% | - |
| XYZ | 27.16 | 16 | 6.07 | - |
| YUV | 100.82 | 105.53 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 61 | 0 | 0.73 | 0.70 | 0.2 | 357.97 | 0.59 | 0.51 |
| Hex | CC | 38 | 3D | 0 | 49 | 46 | 14 | 166 | 3B | 33 |
| Octal | 314 | 70 | 75 | 0 | 111 | 106 | 24 | 546 | 73 | 63 |
| Binary | 11001100 | 111000 | 111101 | 0 | 1001001 | 1000110 | 10100 | 101100110 | 111011 | 110011 |
Color Harmonies of #CC383D
Complementary color
Monochromatic Colors of #CC383D
Black with #CC383D
Text Example
Text Example
White with #CC383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC383D; }
p { color: rgb(204,56,61); }
H1.HeaderClassName
{
color: #CC383D;
}
.AnyTagClassName
{
color: #CC383D;
}
</style>
background-color css
<style>
a { background-color: #CC383D; }
a { background-color: rgb(204,56,61); }
div.DivClassName
{
background-color: #CC383D;
}
.BgClassName
{
background-color: #CC383D;
}
</style>
border-color css
<style>
span { border-color: #CC383D; }
span { border-color: rgb(204,56,61); }
td.TdClassName
{
border-color: #CC383D;
}
.TagClassName
{
border-color: #CC383D;
}
</style>