Shades of Red Damask #CD7051
Tints of Red Damask #CD7051
RGB
CMYK
RGB Variations
Color information
#CD7051 (or 0xCD7051) is known color: Red Damask. HEX triplet: CD, 70 and 51. RGB value is (205,112,81). Sum of RGB (Red+Green+Blue) = 205+112+81=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 81 (32.03% from 255 or 20.35% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7051 is #328FAE. Grayscale: #888888. Windows color (decimal): -3313583 or 5337293. OLE color: 5337293.
HSL color Cylindrical-coordinate representation of color #CD7051: hue angle of 15º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD7051 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 112 | 81 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.20 |
| HSL | 15º | 0.55% | 0.56% | - |
| HSV(B) | 15º | 0.6% | 0.8% | - |
| XYZ | 32.46 | 25.16 | 10.93 | - |
| YUV | 136.27 | 96.81 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 112 | 81 | 0 | 0.45 | 0.60 | 0.20 | 15 | 0.55 | 0.56 |
| Hex | CD | 70 | 51 | 0 | 2D | 3C | 14 | F | 37 | 38 |
| Octal | 315 | 160 | 121 | 0 | 55 | 74 | 24 | 17 | 67 | 70 |
| Binary | 11001101 | 1110000 | 1010001 | 0 | 101101 | 111100 | 10100 | 1111 | 110111 | 111000 |
Color Harmonies of #CD7051
Complementary color
Monochromatic Colors of #CD7051
Black with #CD7051
Text Example
Text Example
White with #CD7051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7051; }
p { color: rgb(205,112,81); }
H1.HeaderClassName
{
color: #CD7051;
}
.AnyTagClassName
{
color: #CD7051;
}
</style>
background-color css
<style>
a { background-color: #CD7051; }
a { background-color: rgb(205,112,81); }
div.DivClassName
{
background-color: #CD7051;
}
.BgClassName
{
background-color: #CD7051;
}
</style>
border-color css
<style>
span { border-color: #CD7051; }
span { border-color: rgb(205,112,81); }
td.TdClassName
{
border-color: #CD7051;
}
.TagClassName
{
border-color: #CD7051;
}
</style>