Shades of Mahogany #CC262A
Tints of Mahogany #CC262A
RGB
CMYK
RGB Variations
Color information
#CC262A (or 0xCC262A) is known color: Mahogany. HEX triplet: CC, 26 and 2A. RGB value is (204,38,42). Sum of RGB (Red+Green+Blue) = 204+38+42=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC262A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC262A is #33D9D5. Grayscale: #585858. Windows color (decimal): -3398102 or 2762444. OLE color: 2762444.
HSL color Cylindrical-coordinate representation of color #CC262A: hue angle of 358.55º 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 #CC262A is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 42 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.2 |
| HSL | 358.55º | 0.69% | 0.47% | - |
| HSV(B) | 358.55º | 0.81% | 0.8% | - |
| XYZ | 26.01 | 14.39 | 3.6 | - |
| YUV | 88.09 | 102 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 42 | 0 | 0.81 | 0.79 | 0.2 | 358.55 | 0.69 | 0.47 |
| Hex | CC | 26 | 2A | 0 | 51 | 4F | 14 | 167 | 45 | 2F |
| Octal | 314 | 46 | 52 | 0 | 121 | 117 | 24 | 547 | 105 | 57 |
| Binary | 11001100 | 100110 | 101010 | 0 | 1010001 | 1001111 | 10100 | 101100111 | 1000101 | 101111 |
Color Harmonies of #CC262A
Complementary color
Monochromatic Colors of #CC262A
Black with #CC262A
Text Example
Text Example
White with #CC262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC262A; }
p { color: rgb(204,38,42); }
H1.HeaderClassName
{
color: #CC262A;
}
.AnyTagClassName
{
color: #CC262A;
}
</style>
background-color css
<style>
a { background-color: #CC262A; }
a { background-color: rgb(204,38,42); }
div.DivClassName
{
background-color: #CC262A;
}
.BgClassName
{
background-color: #CC262A;
}
</style>
border-color css
<style>
span { border-color: #CC262A; }
span { border-color: rgb(204,38,42); }
td.TdClassName
{
border-color: #CC262A;
}
.TagClassName
{
border-color: #CC262A;
}
</style>