Shades of Mahogany #CD4144
Tints of Mahogany #CD4144
RGB
CMYK
RGB Variations
Color information
#CD4144 (or 0xCD4144) is known color: Mahogany. HEX triplet: CD, 41 and 44. RGB value is (205,65,68). Sum of RGB (Red+Green+Blue) = 205+65+68=338 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.65% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD4144 is #32BEBB. Grayscale: #6B6B6B. Windows color (decimal): -3325628 or 4473293. OLE color: 4473293.
HSL color Cylindrical-coordinate representation of color #CD4144: hue angle of 358.71º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD4144 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 65 | 68 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.20 |
| HSL | 358.71º | 0.58% | 0.53% | - |
| HSV(B) | 358.71º | 0.68% | 0.8% | - |
| XYZ | 28.11 | 17.18 | 7.3 | - |
| YUV | 107.2 | 105.88 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 65 | 68 | 0 | 0.68 | 0.67 | 0.20 | 358.71 | 0.58 | 0.53 |
| Hex | CD | 41 | 44 | 0 | 44 | 43 | 14 | 167 | 3A | 35 |
| Octal | 315 | 101 | 104 | 0 | 104 | 103 | 24 | 547 | 72 | 65 |
| Binary | 11001101 | 1000001 | 1000100 | 0 | 1000100 | 1000011 | 10100 | 101100111 | 111010 | 110101 |
Color Harmonies of #CD4144
Complementary color
Monochromatic Colors of #CD4144
Black with #CD4144
Text Example
Text Example
White with #CD4144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4144; }
p { color: rgb(205,65,68); }
H1.HeaderClassName
{
color: #CD4144;
}
.AnyTagClassName
{
color: #CD4144;
}
</style>
background-color css
<style>
a { background-color: #CD4144; }
a { background-color: rgb(205,65,68); }
div.DivClassName
{
background-color: #CD4144;
}
.BgClassName
{
background-color: #CD4144;
}
</style>
border-color css
<style>
span { border-color: #CD4144; }
span { border-color: rgb(205,65,68); }
td.TdClassName
{
border-color: #CD4144;
}
.TagClassName
{
border-color: #CD4144;
}
</style>