Shades of Mahogany #CD262C
Tints of Mahogany #CD262C
RGB
CMYK
RGB Variations
Color information
#CD262C (or 0xCD262C) is known color: Mahogany. HEX triplet: CD, 26 and 2C. RGB value is (205,38,44). Sum of RGB (Red+Green+Blue) = 205+38+44=287 (38% of max value = 765). Red value is 205 (80.47% from 255 or 71.43% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 205 - color contains mainly: red. Hex color #CD262C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD262C is #32D9D3. Grayscale: #585858. Windows color (decimal): -3332564 or 2893517. OLE color: 2893517.
HSL color Cylindrical-coordinate representation of color #CD262C: hue angle of 357.84º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD262C is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 38 | 44 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.20 |
| HSL | 357.84º | 0.69% | 0.48% | - |
| HSV(B) | 357.84º | 0.81% | 0.8% | - |
| XYZ | 26.32 | 14.55 | 3.8 | - |
| YUV | 88.62 | 102.83 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 38 | 44 | 0 | 0.81 | 0.79 | 0.20 | 357.84 | 0.69 | 0.48 |
| Hex | CD | 26 | 2C | 0 | 51 | 4F | 14 | 166 | 45 | 30 |
| Octal | 315 | 46 | 54 | 0 | 121 | 117 | 24 | 546 | 105 | 60 |
| Binary | 11001101 | 100110 | 101100 | 0 | 1010001 | 1001111 | 10100 | 101100110 | 1000101 | 110000 |
Color Harmonies of #CD262C
Complementary color
Monochromatic Colors of #CD262C
Black with #CD262C
Text Example
Text Example
White with #CD262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD262C; }
p { color: rgb(205,38,44); }
H1.HeaderClassName
{
color: #CD262C;
}
.AnyTagClassName
{
color: #CD262C;
}
</style>
background-color css
<style>
a { background-color: #CD262C; }
a { background-color: rgb(205,38,44); }
div.DivClassName
{
background-color: #CD262C;
}
.BgClassName
{
background-color: #CD262C;
}
</style>
border-color css
<style>
span { border-color: #CD262C; }
span { border-color: rgb(205,38,44); }
td.TdClassName
{
border-color: #CD262C;
}
.TagClassName
{
border-color: #CD262C;
}
</style>