Shades of Red Damask #CD6844
Tints of Red Damask #CD6844
RGB
CMYK
RGB Variations
Color information
#CD6844 (or 0xCD6844) is known color: Red Damask. HEX triplet: CD, 68 and 44. RGB value is (205,104,68). Sum of RGB (Red+Green+Blue) = 205+104+68=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 68 (26.95% from 255 or 18.04% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6844 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6844 is #3297BB. Grayscale: #828282. Windows color (decimal): -3315644 or 4483277. OLE color: 4483277.
HSL color Cylindrical-coordinate representation of color #CD6844: hue angle of 15.77º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CD6844 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 104 | 68 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.20 |
| HSL | 15.77º | 0.58% | 0.54% | - |
| HSV(B) | 15.77º | 0.67% | 0.8% | - |
| XYZ | 31.17 | 23.3 | 8.32 | - |
| YUV | 130.1 | 92.96 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 104 | 68 | 0 | 0.49 | 0.67 | 0.20 | 15.77 | 0.58 | 0.54 |
| Hex | CD | 68 | 44 | 0 | 31 | 43 | 14 | 10 | 3A | 36 |
| Octal | 315 | 150 | 104 | 0 | 61 | 103 | 24 | 20 | 72 | 66 |
| Binary | 11001101 | 1101000 | 1000100 | 0 | 110001 | 1000011 | 10100 | 10000 | 111010 | 110110 |
Color Harmonies of #CD6844
Complementary color
Monochromatic Colors of #CD6844
Black with #CD6844
Text Example
Text Example
White with #CD6844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6844; }
p { color: rgb(205,104,68); }
H1.HeaderClassName
{
color: #CD6844;
}
.AnyTagClassName
{
color: #CD6844;
}
</style>
background-color css
<style>
a { background-color: #CD6844; }
a { background-color: rgb(205,104,68); }
div.DivClassName
{
background-color: #CD6844;
}
.BgClassName
{
background-color: #CD6844;
}
</style>
border-color css
<style>
span { border-color: #CD6844; }
span { border-color: rgb(205,104,68); }
td.TdClassName
{
border-color: #CD6844;
}
.TagClassName
{
border-color: #CD6844;
}
</style>