Shades of Eunry #CDA79A
Tints of Eunry #CDA79A
RGB
CMYK
RGB Variations
Color information
#CDA79A (or 0xCDA79A) is known color: Eunry. HEX triplet: CD, A7 and 9A. RGB value is (205,167,154). Sum of RGB (Red+Green+Blue) = 205+167+154=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 167 (65.62% from 255 or 31.75% from 526); Blue value is 154 (60.55% from 255 or 29.28% from 526); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA79A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA79A is #325865. Grayscale: #B0B0B0. Windows color (decimal): -3299430 or 10135501. OLE color: 10135501.
HSL color Cylindrical-coordinate representation of color #CDA79A: hue angle of 15.29º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDA79A is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 154 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.20 |
| HSL | 15.29º | 0.34% | 0.7% | - |
| HSV(B) | 15.29º | 0.25% | 0.8% | - |
| XYZ | 44.83 | 42.95 | 36.5 | - |
| YUV | 176.88 | 115.09 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 154 | 0 | 0.19 | 0.25 | 0.20 | 15.29 | 0.34 | 0.7 |
| Hex | CD | A7 | 9A | 0 | 13 | 19 | 14 | F | 22 | 46 |
| Octal | 315 | 247 | 232 | 0 | 23 | 31 | 24 | 17 | 42 | 106 |
| Binary | 11001101 | 10100111 | 10011010 | 0 | 10011 | 11001 | 10100 | 1111 | 100010 | 1000110 |
Color Harmonies of #CDA79A
Complementary color
Monochromatic Colors of #CDA79A
Black with #CDA79A
Text Example
Text Example
White with #CDA79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA79A; }
p { color: rgb(205,167,154); }
H1.HeaderClassName
{
color: #CDA79A;
}
.AnyTagClassName
{
color: #CDA79A;
}
</style>
background-color css
<style>
a { background-color: #CDA79A; }
a { background-color: rgb(205,167,154); }
div.DivClassName
{
background-color: #CDA79A;
}
.BgClassName
{
background-color: #CDA79A;
}
</style>
border-color css
<style>
span { border-color: #CDA79A; }
span { border-color: rgb(205,167,154); }
td.TdClassName
{
border-color: #CDA79A;
}
.TagClassName
{
border-color: #CDA79A;
}
</style>