Shades of Eunry #CDA79D
Tints of Eunry #CDA79D
RGB
CMYK
RGB Variations
Color information
#CDA79D (or 0xCDA79D) is known color: Eunry. HEX triplet: CD, A7 and 9D. RGB value is (205,167,157). Sum of RGB (Red+Green+Blue) = 205+167+157=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 167 (65.62% from 255 or 31.57% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA79D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA79D is #325862. Grayscale: #B1B1B1. Windows color (decimal): -3299427 or 10332109. OLE color: 10332109.
HSL color Cylindrical-coordinate representation of color #CDA79D: hue angle of 12.5º 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 #CDA79D is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 157 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.20 |
| HSL | 12.5º | 0.32% | 0.71% | - |
| HSV(B) | 12.5º | 0.23% | 0.8% | - |
| XYZ | 45.08 | 43.05 | 37.83 | - |
| YUV | 177.22 | 116.59 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 157 | 0 | 0.19 | 0.23 | 0.20 | 12.5 | 0.32 | 0.71 |
| Hex | CD | A7 | 9D | 0 | 13 | 17 | 14 | C | 20 | 47 |
| Octal | 315 | 247 | 235 | 0 | 23 | 27 | 24 | 14 | 40 | 107 |
| Binary | 11001101 | 10100111 | 10011101 | 0 | 10011 | 10111 | 10100 | 1100 | 100000 | 1000111 |
Color Harmonies of #CDA79D
Complementary color
Monochromatic Colors of #CDA79D
Black with #CDA79D
Text Example
Text Example
White with #CDA79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA79D; }
p { color: rgb(205,167,157); }
H1.HeaderClassName
{
color: #CDA79D;
}
.AnyTagClassName
{
color: #CDA79D;
}
</style>
background-color css
<style>
a { background-color: #CDA79D; }
a { background-color: rgb(205,167,157); }
div.DivClassName
{
background-color: #CDA79D;
}
.BgClassName
{
background-color: #CDA79D;
}
</style>
border-color css
<style>
span { border-color: #CDA79D; }
span { border-color: rgb(205,167,157); }
td.TdClassName
{
border-color: #CDA79D;
}
.TagClassName
{
border-color: #CDA79D;
}
</style>