Shades of Red Damask #CD6D40
Tints of Red Damask #CD6D40
RGB
CMYK
RGB Variations
Color information
#CD6D40 (or 0xCD6D40) is known color: Red Damask. HEX triplet: CD, 6D and 40. RGB value is (205,109,64). Sum of RGB (Red+Green+Blue) = 205+109+64=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6D40 is #3292BF. Grayscale: #848484. Windows color (decimal): -3314368 or 4222413. OLE color: 4222413.
HSL color Cylindrical-coordinate representation of color #CD6D40: hue angle of 19.15º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD6D40 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 109 | 64 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.20 |
| HSL | 19.15º | 0.59% | 0.53% | - |
| HSV(B) | 19.15º | 0.69% | 0.8% | - |
| XYZ | 31.57 | 24.29 | 7.87 | - |
| YUV | 132.57 | 89.3 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 109 | 64 | 0 | 0.47 | 0.69 | 0.20 | 19.15 | 0.59 | 0.53 |
| Hex | CD | 6D | 40 | 0 | 2F | 45 | 14 | 13 | 3B | 35 |
| Octal | 315 | 155 | 100 | 0 | 57 | 105 | 24 | 23 | 73 | 65 |
| Binary | 11001101 | 1101101 | 1000000 | 0 | 101111 | 1000101 | 10100 | 10011 | 111011 | 110101 |
Color Harmonies of #CD6D40
Complementary color
Monochromatic Colors of #CD6D40
Black with #CD6D40
Text Example
Text Example
White with #CD6D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6D40; }
p { color: rgb(205,109,64); }
H1.HeaderClassName
{
color: #CD6D40;
}
.AnyTagClassName
{
color: #CD6D40;
}
</style>
background-color css
<style>
a { background-color: #CD6D40; }
a { background-color: rgb(205,109,64); }
div.DivClassName
{
background-color: #CD6D40;
}
.BgClassName
{
background-color: #CD6D40;
}
</style>
border-color css
<style>
span { border-color: #CD6D40; }
span { border-color: rgb(205,109,64); }
td.TdClassName
{
border-color: #CD6D40;
}
.TagClassName
{
border-color: #CD6D40;
}
</style>