Shades of Red Damask #CD684D
Tints of Red Damask #CD684D
RGB
CMYK
RGB Variations
Color information
#CD684D (or 0xCD684D) is known color: Red Damask. HEX triplet: CD, 68 and 4D. RGB value is (205,104,77). Sum of RGB (Red+Green+Blue) = 205+104+77=386 (51% of max value = 765). Red value is 205 (80.47% from 255 or 53.11% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 205 - color contains mainly: red. Hex color #CD684D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD684D is #3297B2. Grayscale: #838383. Windows color (decimal): -3315635 or 5073101. OLE color: 5073101.
HSL color Cylindrical-coordinate representation of color #CD684D: hue angle of 12.66º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD684D is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 104 | 77 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.20 |
| HSL | 12.66º | 0.56% | 0.55% | - |
| HSV(B) | 12.66º | 0.62% | 0.8% | - |
| XYZ | 31.47 | 23.42 | 9.88 | - |
| YUV | 131.12 | 97.46 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 104 | 77 | 0 | 0.49 | 0.62 | 0.20 | 12.66 | 0.56 | 0.55 |
| Hex | CD | 68 | 4D | 0 | 31 | 3E | 14 | D | 38 | 37 |
| Octal | 315 | 150 | 115 | 0 | 61 | 76 | 24 | 15 | 70 | 67 |
| Binary | 11001101 | 1101000 | 1001101 | 0 | 110001 | 111110 | 10100 | 1101 | 111000 | 110111 |
Color Harmonies of #CD684D
Complementary color
Monochromatic Colors of #CD684D
Black with #CD684D
Text Example
Text Example
White with #CD684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD684D; }
p { color: rgb(205,104,77); }
H1.HeaderClassName
{
color: #CD684D;
}
.AnyTagClassName
{
color: #CD684D;
}
</style>
background-color css
<style>
a { background-color: #CD684D; }
a { background-color: rgb(205,104,77); }
div.DivClassName
{
background-color: #CD684D;
}
.BgClassName
{
background-color: #CD684D;
}
</style>
border-color css
<style>
span { border-color: #CD684D; }
span { border-color: rgb(205,104,77); }
td.TdClassName
{
border-color: #CD684D;
}
.TagClassName
{
border-color: #CD684D;
}
</style>