Shades of Mahogany #CC3438
Tints of Mahogany #CC3438
RGB
CMYK
RGB Variations
Color information
#CC3438 (or 0xCC3438) is known color: Mahogany. HEX triplet: CC, 34 and 38. RGB value is (204,52,56). Sum of RGB (Red+Green+Blue) = 204+52+56=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3438 is #33CBC7. Grayscale: #626262. Windows color (decimal): -3394504 or 3683532. OLE color: 3683532.
HSL color Cylindrical-coordinate representation of color #CC3438: hue angle of 358.42º degrees, saturation: 0.6, 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 #CC3438 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 56 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.2 |
| HSL | 358.42º | 0.6% | 0.5% | - |
| HSV(B) | 358.42º | 0.75% | 0.8% | - |
| XYZ | 26.84 | 15.58 | 5.33 | - |
| YUV | 97.9 | 104.36 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 56 | 0 | 0.75 | 0.73 | 0.2 | 358.42 | 0.6 | 0.5 |
| Hex | CC | 34 | 38 | 0 | 4B | 49 | 14 | 166 | 3C | 32 |
| Octal | 314 | 64 | 70 | 0 | 113 | 111 | 24 | 546 | 74 | 62 |
| Binary | 11001100 | 110100 | 111000 | 0 | 1001011 | 1001001 | 10100 | 101100110 | 111100 | 110010 |
Color Harmonies of #CC3438
Complementary color
Monochromatic Colors of #CC3438
Black with #CC3438
Text Example
Text Example
White with #CC3438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3438; }
p { color: rgb(204,52,56); }
H1.HeaderClassName
{
color: #CC3438;
}
.AnyTagClassName
{
color: #CC3438;
}
</style>
background-color css
<style>
a { background-color: #CC3438; }
a { background-color: rgb(204,52,56); }
div.DivClassName
{
background-color: #CC3438;
}
.BgClassName
{
background-color: #CC3438;
}
</style>
border-color css
<style>
span { border-color: #CC3438; }
span { border-color: rgb(204,52,56); }
td.TdClassName
{
border-color: #CC3438;
}
.TagClassName
{
border-color: #CC3438;
}
</style>