Shades of Eunry #CDA99E
Tints of Eunry #CDA99E
RGB
CMYK
RGB Variations
Color information
#CDA99E (or 0xCDA99E) is known color: Eunry. HEX triplet: CD, A9 and 9E. RGB value is (205,169,158). Sum of RGB (Red+Green+Blue) = 205+169+158=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 169 (66.41% from 255 or 31.77% from 532); Blue value is 158 (62.11% from 255 or 29.70% from 532); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA99E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA99E is #325661. Grayscale: #B2B2B2. Windows color (decimal): -3298914 or 10398157. OLE color: 10398157.
HSL color Cylindrical-coordinate representation of color #CDA99E: hue angle of 14.04º 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 #CDA99E is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 158 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.20 |
| HSL | 14.04º | 0.32% | 0.71% | - |
| HSV(B) | 14.04º | 0.23% | 0.8% | - |
| XYZ | 45.54 | 43.82 | 38.41 | - |
| YUV | 178.51 | 116.43 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 158 | 0 | 0.18 | 0.23 | 0.20 | 14.04 | 0.32 | 0.71 |
| Hex | CD | A9 | 9E | 0 | 12 | 17 | 14 | E | 20 | 47 |
| Octal | 315 | 251 | 236 | 0 | 22 | 27 | 24 | 16 | 40 | 107 |
| Binary | 11001101 | 10101001 | 10011110 | 0 | 10010 | 10111 | 10100 | 1110 | 100000 | 1000111 |
Color Harmonies of #CDA99E
Complementary color
Monochromatic Colors of #CDA99E
Black with #CDA99E
Text Example
Text Example
White with #CDA99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA99E; }
p { color: rgb(205,169,158); }
H1.HeaderClassName
{
color: #CDA99E;
}
.AnyTagClassName
{
color: #CDA99E;
}
</style>
background-color css
<style>
a { background-color: #CDA99E; }
a { background-color: rgb(205,169,158); }
div.DivClassName
{
background-color: #CDA99E;
}
.BgClassName
{
background-color: #CDA99E;
}
</style>
border-color css
<style>
span { border-color: #CDA99E; }
span { border-color: rgb(205,169,158); }
td.TdClassName
{
border-color: #CDA99E;
}
.TagClassName
{
border-color: #CDA99E;
}
</style>