Shades of Red Damask #CD6C49
Tints of Red Damask #CD6C49
RGB
CMYK
RGB Variations
Color information
#CD6C49 (or 0xCD6C49) is known color: Red Damask. HEX triplet: CD, 6C and 49. RGB value is (205,108,73). Sum of RGB (Red+Green+Blue) = 205+108+73=386 (51% of max value = 765). Red value is 205 (80.47% from 255 or 53.11% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6C49 is #3293B6. Grayscale: #858585. Windows color (decimal): -3314615 or 4811981. OLE color: 4811981.
HSL color Cylindrical-coordinate representation of color #CD6C49: hue angle of 15.91º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD6C49 is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 108 | 73 | - |
| CMYK | 0 | 0.47 | 0.64 | 0.20 |
| HSL | 15.91º | 0.57% | 0.55% | - |
| HSV(B) | 15.91º | 0.64% | 0.8% | - |
| XYZ | 31.74 | 24.19 | 9.3 | - |
| YUV | 133.01 | 94.14 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 108 | 73 | 0 | 0.47 | 0.64 | 0.20 | 15.91 | 0.57 | 0.55 |
| Hex | CD | 6C | 49 | 0 | 2F | 40 | 14 | 10 | 39 | 37 |
| Octal | 315 | 154 | 111 | 0 | 57 | 100 | 24 | 20 | 71 | 67 |
| Binary | 11001101 | 1101100 | 1001001 | 0 | 101111 | 1000000 | 10100 | 10000 | 111001 | 110111 |
Color Harmonies of #CD6C49
Complementary color
Monochromatic Colors of #CD6C49
Black with #CD6C49
Text Example
Text Example
White with #CD6C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6C49; }
p { color: rgb(205,108,73); }
H1.HeaderClassName
{
color: #CD6C49;
}
.AnyTagClassName
{
color: #CD6C49;
}
</style>
background-color css
<style>
a { background-color: #CD6C49; }
a { background-color: rgb(205,108,73); }
div.DivClassName
{
background-color: #CD6C49;
}
.BgClassName
{
background-color: #CD6C49;
}
</style>
border-color css
<style>
span { border-color: #CD6C49; }
span { border-color: rgb(205,108,73); }
td.TdClassName
{
border-color: #CD6C49;
}
.TagClassName
{
border-color: #CD6C49;
}
</style>