Shades of Mahogany #CD383E
Tints of Mahogany #CD383E
RGB
CMYK
RGB Variations
Color information
#CD383E (or 0xCD383E) is known color: Mahogany. HEX triplet: CD, 38 and 3E. RGB value is (205,56,62). Sum of RGB (Red+Green+Blue) = 205+56+62=323 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.47% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 205 - color contains mainly: red. Hex color #CD383E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD383E is #32C7C1. Grayscale: #656565. Windows color (decimal): -3327938 or 4077773. OLE color: 4077773.
HSL color Cylindrical-coordinate representation of color #CD383E: hue angle of 357.58º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD383E is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 56 | 62 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.20 |
| HSL | 357.58º | 0.6% | 0.51% | - |
| HSV(B) | 357.58º | 0.73% | 0.8% | - |
| XYZ | 27.46 | 16.16 | 6.23 | - |
| YUV | 101.24 | 105.86 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 56 | 62 | 0 | 0.73 | 0.70 | 0.20 | 357.58 | 0.6 | 0.51 |
| Hex | CD | 38 | 3E | 0 | 49 | 46 | 14 | 166 | 3C | 33 |
| Octal | 315 | 70 | 76 | 0 | 111 | 106 | 24 | 546 | 74 | 63 |
| Binary | 11001101 | 111000 | 111110 | 0 | 1001001 | 1000110 | 10100 | 101100110 | 111100 | 110011 |
Color Harmonies of #CD383E
Complementary color
Monochromatic Colors of #CD383E
Black with #CD383E
Text Example
Text Example
White with #CD383E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD383E; }
p { color: rgb(205,56,62); }
H1.HeaderClassName
{
color: #CD383E;
}
.AnyTagClassName
{
color: #CD383E;
}
</style>
background-color css
<style>
a { background-color: #CD383E; }
a { background-color: rgb(205,56,62); }
div.DivClassName
{
background-color: #CD383E;
}
.BgClassName
{
background-color: #CD383E;
}
</style>
border-color css
<style>
span { border-color: #CD383E; }
span { border-color: rgb(205,56,62); }
td.TdClassName
{
border-color: #CD383E;
}
.TagClassName
{
border-color: #CD383E;
}
</style>