Shades of Eunry #CDA79C
Tints of Eunry #CDA79C
RGB
CMYK
RGB Variations
Color information
#CDA79C (or 0xCDA79C) is known color: Eunry. HEX triplet: CD, A7 and 9C. RGB value is (205,167,156). Sum of RGB (Red+Green+Blue) = 205+167+156=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 167 (65.62% from 255 or 31.63% from 528); Blue value is 156 (61.33% from 255 or 29.55% from 528); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA79C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA79C is #325863. Grayscale: #B1B1B1. Windows color (decimal): -3299428 or 10266573. OLE color: 10266573.
HSL color Cylindrical-coordinate representation of color #CDA79C: hue angle of 13.47º 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 #CDA79C is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 156 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.20 |
| HSL | 13.47º | 0.33% | 0.71% | - |
| HSV(B) | 13.47º | 0.24% | 0.8% | - |
| XYZ | 45 | 43.02 | 37.38 | - |
| YUV | 177.11 | 116.09 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 156 | 0 | 0.19 | 0.24 | 0.20 | 13.47 | 0.33 | 0.71 |
| Hex | CD | A7 | 9C | 0 | 13 | 18 | 14 | D | 21 | 47 |
| Octal | 315 | 247 | 234 | 0 | 23 | 30 | 24 | 15 | 41 | 107 |
| Binary | 11001101 | 10100111 | 10011100 | 0 | 10011 | 11000 | 10100 | 1101 | 100001 | 1000111 |
Color Harmonies of #CDA79C
Complementary color
Monochromatic Colors of #CDA79C
Black with #CDA79C
Text Example
Text Example
White with #CDA79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA79C; }
p { color: rgb(205,167,156); }
H1.HeaderClassName
{
color: #CDA79C;
}
.AnyTagClassName
{
color: #CDA79C;
}
</style>
background-color css
<style>
a { background-color: #CDA79C; }
a { background-color: rgb(205,167,156); }
div.DivClassName
{
background-color: #CDA79C;
}
.BgClassName
{
background-color: #CDA79C;
}
</style>
border-color css
<style>
span { border-color: #CDA79C; }
span { border-color: rgb(205,167,156); }
td.TdClassName
{
border-color: #CDA79C;
}
.TagClassName
{
border-color: #CDA79C;
}
</style>