Shades of Mahogany #CC262E
Tints of Mahogany #CC262E
RGB
CMYK
RGB Variations
Color information
#CC262E (or 0xCC262E) is known color: Mahogany. HEX triplet: CC, 26 and 2E. RGB value is (204,38,46). Sum of RGB (Red+Green+Blue) = 204+38+46=288 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.83% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 204 - color contains mainly: red. Hex color #CC262E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC262E is #33D9D1. Grayscale: #585858. Windows color (decimal): -3398098 or 3024588. OLE color: 3024588.
HSL color Cylindrical-coordinate representation of color #CC262E: hue angle of 357.11º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC262E is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 46 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.2 |
| HSL | 357.11º | 0.69% | 0.47% | - |
| HSV(B) | 357.11º | 0.81% | 0.8% | - |
| XYZ | 26.09 | 14.42 | 3.99 | - |
| YUV | 88.55 | 104 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 46 | 0 | 0.81 | 0.77 | 0.2 | 357.11 | 0.69 | 0.47 |
| Hex | CC | 26 | 2E | 0 | 51 | 4D | 14 | 165 | 45 | 2F |
| Octal | 314 | 46 | 56 | 0 | 121 | 115 | 24 | 545 | 105 | 57 |
| Binary | 11001100 | 100110 | 101110 | 0 | 1010001 | 1001101 | 10100 | 101100101 | 1000101 | 101111 |
Color Harmonies of #CC262E
Complementary color
Monochromatic Colors of #CC262E
Black with #CC262E
Text Example
Text Example
White with #CC262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC262E; }
p { color: rgb(204,38,46); }
H1.HeaderClassName
{
color: #CC262E;
}
.AnyTagClassName
{
color: #CC262E;
}
</style>
background-color css
<style>
a { background-color: #CC262E; }
a { background-color: rgb(204,38,46); }
div.DivClassName
{
background-color: #CC262E;
}
.BgClassName
{
background-color: #CC262E;
}
</style>
border-color css
<style>
span { border-color: #CC262E; }
span { border-color: rgb(204,38,46); }
td.TdClassName
{
border-color: #CC262E;
}
.TagClassName
{
border-color: #CC262E;
}
</style>