Shades of Red Damask #CD6742
Tints of Red Damask #CD6742
RGB
CMYK
RGB Variations
Color information
#CD6742 (or 0xCD6742) is known color: Red Damask. HEX triplet: CD, 67 and 42. RGB value is (205,103,66). Sum of RGB (Red+Green+Blue) = 205+103+66=374 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.81% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 66 (26.17% from 255 or 17.65% from 374); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6742 is #3298BD. Grayscale: #818181. Windows color (decimal): -3315902 or 4351949. OLE color: 4351949.
HSL color Cylindrical-coordinate representation of color #CD6742: hue angle of 15.97º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD6742 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 103 | 66 | - |
| CMYK | 0 | 0.50 | 0.68 | 0.20 |
| HSL | 15.97º | 0.58% | 0.53% | - |
| HSV(B) | 15.97º | 0.68% | 0.8% | - |
| XYZ | 31.01 | 23.07 | 7.97 | - |
| YUV | 129.28 | 92.29 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 103 | 66 | 0 | 0.50 | 0.68 | 0.20 | 15.97 | 0.58 | 0.53 |
| Hex | CD | 67 | 42 | 0 | 32 | 44 | 14 | 10 | 3A | 35 |
| Octal | 315 | 147 | 102 | 0 | 62 | 104 | 24 | 20 | 72 | 65 |
| Binary | 11001101 | 1100111 | 1000010 | 0 | 110010 | 1000100 | 10100 | 10000 | 111010 | 110101 |
Color Harmonies of #CD6742
Complementary color
Monochromatic Colors of #CD6742
Black with #CD6742
Text Example
Text Example
White with #CD6742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6742; }
p { color: rgb(205,103,66); }
H1.HeaderClassName
{
color: #CD6742;
}
.AnyTagClassName
{
color: #CD6742;
}
</style>
background-color css
<style>
a { background-color: #CD6742; }
a { background-color: rgb(205,103,66); }
div.DivClassName
{
background-color: #CD6742;
}
.BgClassName
{
background-color: #CD6742;
}
</style>
border-color css
<style>
span { border-color: #CD6742; }
span { border-color: rgb(205,103,66); }
td.TdClassName
{
border-color: #CD6742;
}
.TagClassName
{
border-color: #CD6742;
}
</style>