Shades of Red Damask #CD704C
Tints of Red Damask #CD704C
RGB
CMYK
RGB Variations
Color information
#CD704C (or 0xCD704C) is known color: Red Damask. HEX triplet: CD, 70 and 4C. RGB value is (205,112,76). Sum of RGB (Red+Green+Blue) = 205+112+76=393 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.16% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 205 - color contains mainly: red. Hex color #CD704C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD704C is #328FB3. Grayscale: #878787. Windows color (decimal): -3313588 or 5009613. OLE color: 5009613.
HSL color Cylindrical-coordinate representation of color #CD704C: hue angle of 16.74º 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 #CD704C is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 112 | 76 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.20 |
| HSL | 16.74º | 0.56% | 0.55% | - |
| HSV(B) | 16.74º | 0.63% | 0.8% | - |
| XYZ | 32.28 | 25.09 | 9.98 | - |
| YUV | 135.7 | 94.31 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 112 | 76 | 0 | 0.45 | 0.63 | 0.20 | 16.74 | 0.56 | 0.55 |
| Hex | CD | 70 | 4C | 0 | 2D | 3F | 14 | 11 | 38 | 37 |
| Octal | 315 | 160 | 114 | 0 | 55 | 77 | 24 | 21 | 70 | 67 |
| Binary | 11001101 | 1110000 | 1001100 | 0 | 101101 | 111111 | 10100 | 10001 | 111000 | 110111 |
Color Harmonies of #CD704C
Complementary color
Monochromatic Colors of #CD704C
Black with #CD704C
Text Example
Text Example
White with #CD704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD704C; }
p { color: rgb(205,112,76); }
H1.HeaderClassName
{
color: #CD704C;
}
.AnyTagClassName
{
color: #CD704C;
}
</style>
background-color css
<style>
a { background-color: #CD704C; }
a { background-color: rgb(205,112,76); }
div.DivClassName
{
background-color: #CD704C;
}
.BgClassName
{
background-color: #CD704C;
}
</style>
border-color css
<style>
span { border-color: #CD704C; }
span { border-color: rgb(205,112,76); }
td.TdClassName
{
border-color: #CD704C;
}
.TagClassName
{
border-color: #CD704C;
}
</style>