Shades of Mahogany #CD2C38
Tints of Mahogany #CD2C38
RGB
CMYK
RGB Variations
Color information
#CD2C38 (or 0xCD2C38) is known color: Mahogany. HEX triplet: CD, 2C and 38. RGB value is (205,44,56). Sum of RGB (Red+Green+Blue) = 205+44+56=305 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.21% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2C38 is #32D3C7. Grayscale: #5D5D5D. Windows color (decimal): -3331016 or 3681485. OLE color: 3681485.
HSL color Cylindrical-coordinate representation of color #CD2C38: hue angle of 355.53º 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 #CD2C38 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 44 | 56 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.20 |
| HSL | 355.53º | 0.65% | 0.49% | - |
| HSV(B) | 355.53º | 0.79% | 0.8% | - |
| XYZ | 26.79 | 15.07 | 5.24 | - |
| YUV | 93.51 | 106.84 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 44 | 56 | 0 | 0.79 | 0.73 | 0.20 | 355.53 | 0.65 | 0.49 |
| Hex | CD | 2C | 38 | 0 | 4F | 49 | 14 | 164 | 41 | 31 |
| Octal | 315 | 54 | 70 | 0 | 117 | 111 | 24 | 544 | 101 | 61 |
| Binary | 11001101 | 101100 | 111000 | 0 | 1001111 | 1001001 | 10100 | 101100100 | 1000001 | 110001 |
Color Harmonies of #CD2C38
Complementary color
Monochromatic Colors of #CD2C38
Black with #CD2C38
Text Example
Text Example
White with #CD2C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2C38; }
p { color: rgb(205,44,56); }
H1.HeaderClassName
{
color: #CD2C38;
}
.AnyTagClassName
{
color: #CD2C38;
}
</style>
background-color css
<style>
a { background-color: #CD2C38; }
a { background-color: rgb(205,44,56); }
div.DivClassName
{
background-color: #CD2C38;
}
.BgClassName
{
background-color: #CD2C38;
}
</style>
border-color css
<style>
span { border-color: #CD2C38; }
span { border-color: rgb(205,44,56); }
td.TdClassName
{
border-color: #CD2C38;
}
.TagClassName
{
border-color: #CD2C38;
}
</style>