Shades of Eunry #CDA6A1
Tints of Eunry #CDA6A1
RGB
CMYK
RGB Variations
Color information
#CDA6A1 (or 0xCDA6A1) is known color: Eunry. HEX triplet: CD, A6 and A1. RGB value is (205,166,161). Sum of RGB (Red+Green+Blue) = 205+166+161=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 166 (65.23% from 255 or 31.20% from 532); Blue value is 161 (63.28% from 255 or 30.26% from 532); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA6A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA6A1 is #32595E. Grayscale: #B1B1B1. Windows color (decimal): -3299679 or 10593997. OLE color: 10593997.
HSL color Cylindrical-coordinate representation of color #CDA6A1: hue angle of 6.82º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDA6A1 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 161 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.20 |
| HSL | 6.82º | 0.31% | 0.72% | - |
| HSV(B) | 6.82º | 0.21% | 0.8% | - |
| XYZ | 45.25 | 42.82 | 39.6 | - |
| YUV | 177.09 | 118.92 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 161 | 0 | 0.19 | 0.21 | 0.20 | 6.82 | 0.31 | 0.72 |
| Hex | CD | A6 | A1 | 0 | 13 | 15 | 14 | 7 | 1F | 48 |
| Octal | 315 | 246 | 241 | 0 | 23 | 25 | 24 | 7 | 37 | 110 |
| Binary | 11001101 | 10100110 | 10100001 | 0 | 10011 | 10101 | 10100 | 111 | 11111 | 1001000 |
Color Harmonies of #CDA6A1
Complementary color
Monochromatic Colors of #CDA6A1
Black with #CDA6A1
Text Example
Text Example
White with #CDA6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA6A1; }
p { color: rgb(205,166,161); }
H1.HeaderClassName
{
color: #CDA6A1;
}
.AnyTagClassName
{
color: #CDA6A1;
}
</style>
background-color css
<style>
a { background-color: #CDA6A1; }
a { background-color: rgb(205,166,161); }
div.DivClassName
{
background-color: #CDA6A1;
}
.BgClassName
{
background-color: #CDA6A1;
}
</style>
border-color css
<style>
span { border-color: #CDA6A1; }
span { border-color: rgb(205,166,161); }
td.TdClassName
{
border-color: #CDA6A1;
}
.TagClassName
{
border-color: #CDA6A1;
}
</style>