Shades of Eunry #CDA69E
Tints of Eunry #CDA69E
RGB
CMYK
RGB Variations
Color information
#CDA69E (or 0xCDA69E) is known color: Eunry. HEX triplet: CD, A6 and 9E. RGB value is (205,166,158). Sum of RGB (Red+Green+Blue) = 205+166+158=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 166 (65.23% from 255 or 31.38% from 529); Blue value is 158 (62.11% from 255 or 29.87% from 529); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA69E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA69E is #325961. Grayscale: #B0B0B0. Windows color (decimal): -3299682 or 10397389. OLE color: 10397389.
HSL color Cylindrical-coordinate representation of color #CDA69E: hue angle of 10.21º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDA69E is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 158 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.20 |
| HSL | 10.21º | 0.32% | 0.71% | - |
| HSV(B) | 10.21º | 0.23% | 0.8% | - |
| XYZ | 44.98 | 42.72 | 38.22 | - |
| YUV | 176.75 | 117.42 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 158 | 0 | 0.19 | 0.23 | 0.20 | 10.21 | 0.32 | 0.71 |
| Hex | CD | A6 | 9E | 0 | 13 | 17 | 14 | A | 20 | 47 |
| Octal | 315 | 246 | 236 | 0 | 23 | 27 | 24 | 12 | 40 | 107 |
| Binary | 11001101 | 10100110 | 10011110 | 0 | 10011 | 10111 | 10100 | 1010 | 100000 | 1000111 |
Color Harmonies of #CDA69E
Complementary color
Monochromatic Colors of #CDA69E
Black with #CDA69E
Text Example
Text Example
White with #CDA69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA69E; }
p { color: rgb(205,166,158); }
H1.HeaderClassName
{
color: #CDA69E;
}
.AnyTagClassName
{
color: #CDA69E;
}
</style>
background-color css
<style>
a { background-color: #CDA69E; }
a { background-color: rgb(205,166,158); }
div.DivClassName
{
background-color: #CDA69E;
}
.BgClassName
{
background-color: #CDA69E;
}
</style>
border-color css
<style>
span { border-color: #CDA69E; }
span { border-color: rgb(205,166,158); }
td.TdClassName
{
border-color: #CDA69E;
}
.TagClassName
{
border-color: #CDA69E;
}
</style>