Shades of Mahogany #CC2A34
Tints of Mahogany #CC2A34
RGB
CMYK
RGB Variations
Color information
#CC2A34 (or 0xCC2A34) is known color: Mahogany. HEX triplet: CC, 2A and 34. RGB value is (204,42,52). Sum of RGB (Red+Green+Blue) = 204+42+52=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2A34 is #33D5CB. Grayscale: #5B5B5B. Windows color (decimal): -3397068 or 3418828. OLE color: 3418828.
HSL color Cylindrical-coordinate representation of color #CC2A34: hue angle of 356.3º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC2A34 is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 42 | 52 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.2 |
| HSL | 356.3º | 0.66% | 0.48% | - |
| HSV(B) | 356.3º | 0.79% | 0.8% | - |
| XYZ | 26.35 | 14.74 | 4.71 | - |
| YUV | 91.58 | 105.67 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 42 | 52 | 0 | 0.79 | 0.75 | 0.2 | 356.3 | 0.66 | 0.48 |
| Hex | CC | 2A | 34 | 0 | 4F | 4B | 14 | 164 | 42 | 30 |
| Octal | 314 | 52 | 64 | 0 | 117 | 113 | 24 | 544 | 102 | 60 |
| Binary | 11001100 | 101010 | 110100 | 0 | 1001111 | 1001011 | 10100 | 101100100 | 1000010 | 110000 |
Color Harmonies of #CC2A34
Complementary color
Monochromatic Colors of #CC2A34
Black with #CC2A34
Text Example
Text Example
White with #CC2A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2A34; }
p { color: rgb(204,42,52); }
H1.HeaderClassName
{
color: #CC2A34;
}
.AnyTagClassName
{
color: #CC2A34;
}
</style>
background-color css
<style>
a { background-color: #CC2A34; }
a { background-color: rgb(204,42,52); }
div.DivClassName
{
background-color: #CC2A34;
}
.BgClassName
{
background-color: #CC2A34;
}
</style>
border-color css
<style>
span { border-color: #CC2A34; }
span { border-color: rgb(204,42,52); }
td.TdClassName
{
border-color: #CC2A34;
}
.TagClassName
{
border-color: #CC2A34;
}
</style>