Shades of Red Damask #CD694A
Tints of Red Damask #CD694A
RGB
CMYK
RGB Variations
Color information
#CD694A (or 0xCD694A) is known color: Red Damask. HEX triplet: CD, 69 and 4A. RGB value is (205,105,74). Sum of RGB (Red+Green+Blue) = 205+105+74=384 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.39% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 205 - color contains mainly: red. Hex color #CD694A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD694A is #3296B5. Grayscale: #838383. Windows color (decimal): -3315382 or 4876749. OLE color: 4876749.
HSL color Cylindrical-coordinate representation of color #CD694A: hue angle of 14.2º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD694A is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 105 | 74 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.20 |
| HSL | 14.2º | 0.57% | 0.55% | - |
| HSV(B) | 14.2º | 0.64% | 0.8% | - |
| XYZ | 31.46 | 23.58 | 9.37 | - |
| YUV | 131.37 | 95.63 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 105 | 74 | 0 | 0.49 | 0.64 | 0.20 | 14.2 | 0.57 | 0.55 |
| Hex | CD | 69 | 4A | 0 | 31 | 40 | 14 | E | 39 | 37 |
| Octal | 315 | 151 | 112 | 0 | 61 | 100 | 24 | 16 | 71 | 67 |
| Binary | 11001101 | 1101001 | 1001010 | 0 | 110001 | 1000000 | 10100 | 1110 | 111001 | 110111 |
Color Harmonies of #CD694A
Complementary color
Monochromatic Colors of #CD694A
Black with #CD694A
Text Example
Text Example
White with #CD694A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD694A; }
p { color: rgb(205,105,74); }
H1.HeaderClassName
{
color: #CD694A;
}
.AnyTagClassName
{
color: #CD694A;
}
</style>
background-color css
<style>
a { background-color: #CD694A; }
a { background-color: rgb(205,105,74); }
div.DivClassName
{
background-color: #CD694A;
}
.BgClassName
{
background-color: #CD694A;
}
</style>
border-color css
<style>
span { border-color: #CD694A; }
span { border-color: rgb(205,105,74); }
td.TdClassName
{
border-color: #CD694A;
}
.TagClassName
{
border-color: #CD694A;
}
</style>