Shades of Mahogany #CD2C2D
Tints of Mahogany #CD2C2D
RGB
CMYK
RGB Variations
Color information
#CD2C2D (or 0xCD2C2D) is known color: Mahogany. HEX triplet: CD, 2C and 2D. RGB value is (205,44,45). Sum of RGB (Red+Green+Blue) = 205+44+45=294 (38% of max value = 765). Red value is 205 (80.47% from 255 or 69.73% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2C2D is #32D3D2. Grayscale: #5C5C5C. Windows color (decimal): -3331027 or 2960589. OLE color: 2960589.
HSL color Cylindrical-coordinate representation of color #CD2C2D: hue angle of 359.63º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD2C2D is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 44 | 45 | - |
| CMYK | 0 | 0.79 | 0.78 | 0.20 |
| HSL | 359.63º | 0.65% | 0.49% | - |
| HSV(B) | 359.63º | 0.79% | 0.8% | - |
| XYZ | 26.55 | 14.97 | 3.97 | - |
| YUV | 92.25 | 101.34 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 44 | 45 | 0 | 0.79 | 0.78 | 0.20 | 359.63 | 0.65 | 0.49 |
| Hex | CD | 2C | 2D | 0 | 4F | 4E | 14 | 168 | 41 | 31 |
| Octal | 315 | 54 | 55 | 0 | 117 | 116 | 24 | 550 | 101 | 61 |
| Binary | 11001101 | 101100 | 101101 | 0 | 1001111 | 1001110 | 10100 | 101101000 | 1000001 | 110001 |
Color Harmonies of #CD2C2D
Complementary color
Monochromatic Colors of #CD2C2D
Black with #CD2C2D
Text Example
Text Example
White with #CD2C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2C2D; }
p { color: rgb(205,44,45); }
H1.HeaderClassName
{
color: #CD2C2D;
}
.AnyTagClassName
{
color: #CD2C2D;
}
</style>
background-color css
<style>
a { background-color: #CD2C2D; }
a { background-color: rgb(205,44,45); }
div.DivClassName
{
background-color: #CD2C2D;
}
.BgClassName
{
background-color: #CD2C2D;
}
</style>
border-color css
<style>
span { border-color: #CD2C2D; }
span { border-color: rgb(205,44,45); }
td.TdClassName
{
border-color: #CD2C2D;
}
.TagClassName
{
border-color: #CD2C2D;
}
</style>