Shades of Red Damask #CD6E4D
Tints of Red Damask #CD6E4D
RGB
CMYK
RGB Variations
Color information
#CD6E4D (or 0xCD6E4D) is known color: Red Damask. HEX triplet: CD, 6E and 4D. RGB value is (205,110,77). Sum of RGB (Red+Green+Blue) = 205+110+77=392 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.30% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6E4D is #3291B2. Grayscale: #868686. Windows color (decimal): -3314099 or 5074637. OLE color: 5074637.
HSL color Cylindrical-coordinate representation of color #CD6E4D: hue angle of 15.47º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD6E4D is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 110 | 77 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.20 |
| HSL | 15.47º | 0.56% | 0.55% | - |
| HSV(B) | 15.47º | 0.62% | 0.8% | - |
| XYZ | 32.09 | 24.67 | 10.09 | - |
| YUV | 134.64 | 95.47 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 110 | 77 | 0 | 0.46 | 0.62 | 0.20 | 15.47 | 0.56 | 0.55 |
| Hex | CD | 6E | 4D | 0 | 2E | 3E | 14 | F | 38 | 37 |
| Octal | 315 | 156 | 115 | 0 | 56 | 76 | 24 | 17 | 70 | 67 |
| Binary | 11001101 | 1101110 | 1001101 | 0 | 101110 | 111110 | 10100 | 1111 | 111000 | 110111 |
Color Harmonies of #CD6E4D
Complementary color
Monochromatic Colors of #CD6E4D
Black with #CD6E4D
Text Example
Text Example
White with #CD6E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6E4D; }
p { color: rgb(205,110,77); }
H1.HeaderClassName
{
color: #CD6E4D;
}
.AnyTagClassName
{
color: #CD6E4D;
}
</style>
background-color css
<style>
a { background-color: #CD6E4D; }
a { background-color: rgb(205,110,77); }
div.DivClassName
{
background-color: #CD6E4D;
}
.BgClassName
{
background-color: #CD6E4D;
}
</style>
border-color css
<style>
span { border-color: #CD6E4D; }
span { border-color: rgb(205,110,77); }
td.TdClassName
{
border-color: #CD6E4D;
}
.TagClassName
{
border-color: #CD6E4D;
}
</style>