Shades of Eunry #CDA79B
Tints of Eunry #CDA79B
RGB
CMYK
RGB Variations
Color information
#CDA79B (or 0xCDA79B) is known color: Eunry. HEX triplet: CD, A7 and 9B. RGB value is (205,167,155). Sum of RGB (Red+Green+Blue) = 205+167+155=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 167 (65.62% from 255 or 31.69% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA79B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA79B is #325864. Grayscale: #B1B1B1. Windows color (decimal): -3299429 or 10201037. OLE color: 10201037.
HSL color Cylindrical-coordinate representation of color #CDA79B: hue angle of 14.4º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDA79B is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 155 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.20 |
| HSL | 14.4º | 0.33% | 0.71% | - |
| HSV(B) | 14.4º | 0.24% | 0.8% | - |
| XYZ | 44.91 | 42.98 | 36.94 | - |
| YUV | 176.99 | 115.59 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 155 | 0 | 0.19 | 0.24 | 0.20 | 14.4 | 0.33 | 0.71 |
| Hex | CD | A7 | 9B | 0 | 13 | 18 | 14 | E | 21 | 47 |
| Octal | 315 | 247 | 233 | 0 | 23 | 30 | 24 | 16 | 41 | 107 |
| Binary | 11001101 | 10100111 | 10011011 | 0 | 10011 | 11000 | 10100 | 1110 | 100001 | 1000111 |
Color Harmonies of #CDA79B
Complementary color
Monochromatic Colors of #CDA79B
Black with #CDA79B
Text Example
Text Example
White with #CDA79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA79B; }
p { color: rgb(205,167,155); }
H1.HeaderClassName
{
color: #CDA79B;
}
.AnyTagClassName
{
color: #CDA79B;
}
</style>
background-color css
<style>
a { background-color: #CDA79B; }
a { background-color: rgb(205,167,155); }
div.DivClassName
{
background-color: #CDA79B;
}
.BgClassName
{
background-color: #CDA79B;
}
</style>
border-color css
<style>
span { border-color: #CDA79B; }
span { border-color: rgb(205,167,155); }
td.TdClassName
{
border-color: #CDA79B;
}
.TagClassName
{
border-color: #CDA79B;
}
</style>