Shades of Red Damask #CD6743
Tints of Red Damask #CD6743
RGB
CMYK
RGB Variations
Color information
#CD6743 (or 0xCD6743) is known color: Red Damask. HEX triplet: CD, 67 and 43. RGB value is (205,103,67). Sum of RGB (Red+Green+Blue) = 205+103+67=375 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.67% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 67 (26.56% from 255 or 17.87% from 375); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6743 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6743 is #3298BC. Grayscale: #818181. Windows color (decimal): -3315901 or 4417485. OLE color: 4417485.
HSL color Cylindrical-coordinate representation of color #CD6743: hue angle of 15.65º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CD6743 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 103 | 67 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.20 |
| HSL | 15.65º | 0.58% | 0.53% | - |
| HSV(B) | 15.65º | 0.67% | 0.8% | - |
| XYZ | 31.04 | 23.08 | 8.13 | - |
| YUV | 129.39 | 92.79 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 103 | 67 | 0 | 0.50 | 0.67 | 0.20 | 15.65 | 0.58 | 0.53 |
| Hex | CD | 67 | 43 | 0 | 32 | 43 | 14 | 10 | 3A | 35 |
| Octal | 315 | 147 | 103 | 0 | 62 | 103 | 24 | 20 | 72 | 65 |
| Binary | 11001101 | 1100111 | 1000011 | 0 | 110010 | 1000011 | 10100 | 10000 | 111010 | 110101 |
Color Harmonies of #CD6743
Complementary color
Monochromatic Colors of #CD6743
Black with #CD6743
Text Example
Text Example
White with #CD6743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6743; }
p { color: rgb(205,103,67); }
H1.HeaderClassName
{
color: #CD6743;
}
.AnyTagClassName
{
color: #CD6743;
}
</style>
background-color css
<style>
a { background-color: #CD6743; }
a { background-color: rgb(205,103,67); }
div.DivClassName
{
background-color: #CD6743;
}
.BgClassName
{
background-color: #CD6743;
}
</style>
border-color css
<style>
span { border-color: #CD6743; }
span { border-color: rgb(205,103,67); }
td.TdClassName
{
border-color: #CD6743;
}
.TagClassName
{
border-color: #CD6743;
}
</style>