Shades of Red Damask #CD744D
Tints of Red Damask #CD744D
RGB
CMYK
RGB Variations
Color information
#CD744D (or 0xCD744D) is known color: Red Damask. HEX triplet: CD, 74 and 4D. RGB value is (205,116,77). Sum of RGB (Red+Green+Blue) = 205+116+77=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CD744D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD744D is #328BB2. Grayscale: #8A8A8A. Windows color (decimal): -3312563 or 5076173. OLE color: 5076173.
HSL color Cylindrical-coordinate representation of color #CD744D: hue angle of 18.28º 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 #CD744D is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 116 | 77 | - |
| CMYK | 0 | 0.43 | 0.62 | 0.20 |
| HSL | 18.28º | 0.56% | 0.55% | - |
| HSV(B) | 18.28º | 0.62% | 0.8% | - |
| XYZ | 32.76 | 26.01 | 10.31 | - |
| YUV | 138.17 | 93.49 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 116 | 77 | 0 | 0.43 | 0.62 | 0.20 | 18.28 | 0.56 | 0.55 |
| Hex | CD | 74 | 4D | 0 | 2B | 3E | 14 | 12 | 38 | 37 |
| Octal | 315 | 164 | 115 | 0 | 53 | 76 | 24 | 22 | 70 | 67 |
| Binary | 11001101 | 1110100 | 1001101 | 0 | 101011 | 111110 | 10100 | 10010 | 111000 | 110111 |
Color Harmonies of #CD744D
Complementary color
Monochromatic Colors of #CD744D
Black with #CD744D
Text Example
Text Example
White with #CD744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD744D; }
p { color: rgb(205,116,77); }
H1.HeaderClassName
{
color: #CD744D;
}
.AnyTagClassName
{
color: #CD744D;
}
</style>
background-color css
<style>
a { background-color: #CD744D; }
a { background-color: rgb(205,116,77); }
div.DivClassName
{
background-color: #CD744D;
}
.BgClassName
{
background-color: #CD744D;
}
</style>
border-color css
<style>
span { border-color: #CD744D; }
span { border-color: rgb(205,116,77); }
td.TdClassName
{
border-color: #CD744D;
}
.TagClassName
{
border-color: #CD744D;
}
</style>