Shades of Red Damask #CD6E4A
Tints of Red Damask #CD6E4A
RGB
CMYK
RGB Variations
Color information
#CD6E4A (or 0xCD6E4A) is known color: Red Damask. HEX triplet: CD, 6E and 4A. RGB value is (205,110,74). Sum of RGB (Red+Green+Blue) = 205+110+74=389 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.70% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6E4A is #3291B5. Grayscale: #868686. Windows color (decimal): -3314102 or 4878029. OLE color: 4878029.
HSL color Cylindrical-coordinate representation of color #CD6E4A: hue angle of 16.49º 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 #CD6E4A is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 110 | 74 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.20 |
| HSL | 16.49º | 0.57% | 0.55% | - |
| HSV(B) | 16.49º | 0.64% | 0.8% | - |
| XYZ | 31.99 | 24.63 | 9.55 | - |
| YUV | 134.3 | 93.97 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 110 | 74 | 0 | 0.46 | 0.64 | 0.20 | 16.49 | 0.57 | 0.55 |
| Hex | CD | 6E | 4A | 0 | 2E | 40 | 14 | 10 | 39 | 37 |
| Octal | 315 | 156 | 112 | 0 | 56 | 100 | 24 | 20 | 71 | 67 |
| Binary | 11001101 | 1101110 | 1001010 | 0 | 101110 | 1000000 | 10100 | 10000 | 111001 | 110111 |
Color Harmonies of #CD6E4A
Complementary color
Monochromatic Colors of #CD6E4A
Black with #CD6E4A
Text Example
Text Example
White with #CD6E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6E4A; }
p { color: rgb(205,110,74); }
H1.HeaderClassName
{
color: #CD6E4A;
}
.AnyTagClassName
{
color: #CD6E4A;
}
</style>
background-color css
<style>
a { background-color: #CD6E4A; }
a { background-color: rgb(205,110,74); }
div.DivClassName
{
background-color: #CD6E4A;
}
.BgClassName
{
background-color: #CD6E4A;
}
</style>
border-color css
<style>
span { border-color: #CD6E4A; }
span { border-color: rgb(205,110,74); }
td.TdClassName
{
border-color: #CD6E4A;
}
.TagClassName
{
border-color: #CD6E4A;
}
</style>