Shades of Red Damask #CD6D4A
Tints of Red Damask #CD6D4A
RGB
CMYK
RGB Variations
Color information
#CD6D4A (or 0xCD6D4A) is known color: Red Damask. HEX triplet: CD, 6D and 4A. RGB value is (205,109,74). Sum of RGB (Red+Green+Blue) = 205+109+74=388 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.84% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6D4A is #3292B5. Grayscale: #858585. Windows color (decimal): -3314358 or 4877773. OLE color: 4877773.
HSL color Cylindrical-coordinate representation of color #CD6D4A: hue angle of 16.03º 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 #CD6D4A is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 109 | 74 | - |
| CMYK | 0 | 0.47 | 0.64 | 0.20 |
| HSL | 16.03º | 0.57% | 0.55% | - |
| HSV(B) | 16.03º | 0.64% | 0.8% | - |
| XYZ | 31.88 | 24.41 | 9.51 | - |
| YUV | 133.71 | 94.3 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 109 | 74 | 0 | 0.47 | 0.64 | 0.20 | 16.03 | 0.57 | 0.55 |
| Hex | CD | 6D | 4A | 0 | 2F | 40 | 14 | 10 | 39 | 37 |
| Octal | 315 | 155 | 112 | 0 | 57 | 100 | 24 | 20 | 71 | 67 |
| Binary | 11001101 | 1101101 | 1001010 | 0 | 101111 | 1000000 | 10100 | 10000 | 111001 | 110111 |
Color Harmonies of #CD6D4A
Complementary color
Monochromatic Colors of #CD6D4A
Black with #CD6D4A
Text Example
Text Example
White with #CD6D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6D4A; }
p { color: rgb(205,109,74); }
H1.HeaderClassName
{
color: #CD6D4A;
}
.AnyTagClassName
{
color: #CD6D4A;
}
</style>
background-color css
<style>
a { background-color: #CD6D4A; }
a { background-color: rgb(205,109,74); }
div.DivClassName
{
background-color: #CD6D4A;
}
.BgClassName
{
background-color: #CD6D4A;
}
</style>
border-color css
<style>
span { border-color: #CD6D4A; }
span { border-color: rgb(205,109,74); }
td.TdClassName
{
border-color: #CD6D4A;
}
.TagClassName
{
border-color: #CD6D4A;
}
</style>