Shades of Mahogany #CC3238
Tints of Mahogany #CC3238
RGB
CMYK
RGB Variations
Color information
#CC3238 (or 0xCC3238) is known color: Mahogany. HEX triplet: CC, 32 and 38. RGB value is (204,50,56). Sum of RGB (Red+Green+Blue) = 204+50+56=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3238 is #33CDC7. Grayscale: #606060. Windows color (decimal): -3395016 or 3683020. OLE color: 3683020.
HSL color Cylindrical-coordinate representation of color #CC3238: hue angle of 357.66º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3238 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 56 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.2 |
| HSL | 357.66º | 0.61% | 0.5% | - |
| HSV(B) | 357.66º | 0.75% | 0.8% | - |
| XYZ | 26.76 | 15.4 | 5.3 | - |
| YUV | 96.73 | 105.02 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 56 | 0 | 0.75 | 0.73 | 0.2 | 357.66 | 0.61 | 0.5 |
| Hex | CC | 32 | 38 | 0 | 4B | 49 | 14 | 166 | 3D | 32 |
| Octal | 314 | 62 | 70 | 0 | 113 | 111 | 24 | 546 | 75 | 62 |
| Binary | 11001100 | 110010 | 111000 | 0 | 1001011 | 1001001 | 10100 | 101100110 | 111101 | 110010 |
Color Harmonies of #CC3238
Complementary color
Monochromatic Colors of #CC3238
Black with #CC3238
Text Example
Text Example
White with #CC3238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3238; }
p { color: rgb(204,50,56); }
H1.HeaderClassName
{
color: #CC3238;
}
.AnyTagClassName
{
color: #CC3238;
}
</style>
background-color css
<style>
a { background-color: #CC3238; }
a { background-color: rgb(204,50,56); }
div.DivClassName
{
background-color: #CC3238;
}
.BgClassName
{
background-color: #CC3238;
}
</style>
border-color css
<style>
span { border-color: #CC3238; }
span { border-color: rgb(204,50,56); }
td.TdClassName
{
border-color: #CC3238;
}
.TagClassName
{
border-color: #CC3238;
}
</style>