Shades of Red Damask #CD714C
Tints of Red Damask #CD714C
RGB
CMYK
RGB Variations
Color information
#CD714C (or 0xCD714C) is known color: Red Damask. HEX triplet: CD, 71 and 4C. RGB value is (205,113,76). Sum of RGB (Red+Green+Blue) = 205+113+76=394 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.03% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 205 - color contains mainly: red. Hex color #CD714C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD714C is #328EB3. Grayscale: #888888. Windows color (decimal): -3313332 or 5009869. OLE color: 5009869.
HSL color Cylindrical-coordinate representation of color #CD714C: hue angle of 17.21º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CD714C is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 113 | 76 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.20 |
| HSL | 17.21º | 0.56% | 0.55% | - |
| HSV(B) | 17.21º | 0.63% | 0.8% | - |
| XYZ | 32.39 | 25.31 | 10.02 | - |
| YUV | 136.29 | 93.98 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 113 | 76 | 0 | 0.45 | 0.63 | 0.20 | 17.21 | 0.56 | 0.55 |
| Hex | CD | 71 | 4C | 0 | 2D | 3F | 14 | 11 | 38 | 37 |
| Octal | 315 | 161 | 114 | 0 | 55 | 77 | 24 | 21 | 70 | 67 |
| Binary | 11001101 | 1110001 | 1001100 | 0 | 101101 | 111111 | 10100 | 10001 | 111000 | 110111 |
Color Harmonies of #CD714C
Complementary color
Monochromatic Colors of #CD714C
Black with #CD714C
Text Example
Text Example
White with #CD714C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD714C; }
p { color: rgb(205,113,76); }
H1.HeaderClassName
{
color: #CD714C;
}
.AnyTagClassName
{
color: #CD714C;
}
</style>
background-color css
<style>
a { background-color: #CD714C; }
a { background-color: rgb(205,113,76); }
div.DivClassName
{
background-color: #CD714C;
}
.BgClassName
{
background-color: #CD714C;
}
</style>
border-color css
<style>
span { border-color: #CD714C; }
span { border-color: rgb(205,113,76); }
td.TdClassName
{
border-color: #CD714C;
}
.TagClassName
{
border-color: #CD714C;
}
</style>