Shades of Mahogany #CD383C
Tints of Mahogany #CD383C
RGB
CMYK
RGB Variations
Color information
#CD383C (or 0xCD383C) is known color: Mahogany. HEX triplet: CD, 38 and 3C. RGB value is (205,56,60). Sum of RGB (Red+Green+Blue) = 205+56+60=321 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.86% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 205 - color contains mainly: red. Hex color #CD383C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD383C is #32C7C3. Grayscale: #656565. Windows color (decimal): -3327940 or 3946701. OLE color: 3946701.
HSL color Cylindrical-coordinate representation of color #CD383C: hue angle of 358.39º 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 #CD383C is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 56 | 60 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.20 |
| HSL | 358.39º | 0.6% | 0.51% | - |
| HSV(B) | 358.39º | 0.73% | 0.8% | - |
| XYZ | 27.41 | 16.13 | 5.94 | - |
| YUV | 101.01 | 104.86 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 56 | 60 | 0 | 0.73 | 0.71 | 0.20 | 358.39 | 0.6 | 0.51 |
| Hex | CD | 38 | 3C | 0 | 49 | 47 | 14 | 166 | 3C | 33 |
| Octal | 315 | 70 | 74 | 0 | 111 | 107 | 24 | 546 | 74 | 63 |
| Binary | 11001101 | 111000 | 111100 | 0 | 1001001 | 1000111 | 10100 | 101100110 | 111100 | 110011 |
Color Harmonies of #CD383C
Complementary color
Monochromatic Colors of #CD383C
Black with #CD383C
Text Example
Text Example
White with #CD383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD383C; }
p { color: rgb(205,56,60); }
H1.HeaderClassName
{
color: #CD383C;
}
.AnyTagClassName
{
color: #CD383C;
}
</style>
background-color css
<style>
a { background-color: #CD383C; }
a { background-color: rgb(205,56,60); }
div.DivClassName
{
background-color: #CD383C;
}
.BgClassName
{
background-color: #CD383C;
}
</style>
border-color css
<style>
span { border-color: #CD383C; }
span { border-color: rgb(205,56,60); }
td.TdClassName
{
border-color: #CD383C;
}
.TagClassName
{
border-color: #CD383C;
}
</style>