Shades of Mahogany #CD363C
Tints of Mahogany #CD363C
RGB
CMYK
RGB Variations
Color information
#CD363C (or 0xCD363C) is known color: Mahogany. HEX triplet: CD, 36 and 3C. RGB value is (205,54,60). Sum of RGB (Red+Green+Blue) = 205+54+60=319 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.26% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 205 - color contains mainly: red. Hex color #CD363C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD363C is #32C9C3. Grayscale: #636363. Windows color (decimal): -3328452 or 3946189. OLE color: 3946189.
HSL color Cylindrical-coordinate representation of color #CD363C: hue angle of 357.62º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD363C is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 54 | 60 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.20 |
| HSL | 357.62º | 0.6% | 0.51% | - |
| HSV(B) | 357.62º | 0.74% | 0.8% | - |
| XYZ | 27.31 | 15.94 | 5.91 | - |
| YUV | 99.83 | 105.53 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 54 | 60 | 0 | 0.74 | 0.71 | 0.20 | 357.62 | 0.6 | 0.51 |
| Hex | CD | 36 | 3C | 0 | 4A | 47 | 14 | 166 | 3C | 33 |
| Octal | 315 | 66 | 74 | 0 | 112 | 107 | 24 | 546 | 74 | 63 |
| Binary | 11001101 | 110110 | 111100 | 0 | 1001010 | 1000111 | 10100 | 101100110 | 111100 | 110011 |
Color Harmonies of #CD363C
Complementary color
Monochromatic Colors of #CD363C
Black with #CD363C
Text Example
Text Example
White with #CD363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD363C; }
p { color: rgb(205,54,60); }
H1.HeaderClassName
{
color: #CD363C;
}
.AnyTagClassName
{
color: #CD363C;
}
</style>
background-color css
<style>
a { background-color: #CD363C; }
a { background-color: rgb(205,54,60); }
div.DivClassName
{
background-color: #CD363C;
}
.BgClassName
{
background-color: #CD363C;
}
</style>
border-color css
<style>
span { border-color: #CD363C; }
span { border-color: rgb(205,54,60); }
td.TdClassName
{
border-color: #CD363C;
}
.TagClassName
{
border-color: #CD363C;
}
</style>