Shades of Eunry #CDA6A2
Tints of Eunry #CDA6A2
RGB
CMYK
RGB Variations
Color information
#CDA6A2 (or 0xCDA6A2) is known color: Eunry. HEX triplet: CD, A6 and A2. RGB value is (205,166,162). Sum of RGB (Red+Green+Blue) = 205+166+162=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 166 (65.23% from 255 or 31.14% from 533); Blue value is 162 (63.67% from 255 or 30.39% from 533); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA6A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA6A2 is #32595D. Grayscale: #B1B1B1. Windows color (decimal): -3299678 or 10659533. OLE color: 10659533.
HSL color Cylindrical-coordinate representation of color #CDA6A2: hue angle of 5.58º degrees, saturation: 0.3, 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 #CDA6A2 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 162 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.20 |
| HSL | 5.58º | 0.3% | 0.72% | - |
| HSV(B) | 5.58º | 0.21% | 0.8% | - |
| XYZ | 45.33 | 42.86 | 40.07 | - |
| YUV | 177.21 | 119.42 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 162 | 0 | 0.19 | 0.21 | 0.20 | 5.58 | 0.3 | 0.72 |
| Hex | CD | A6 | A2 | 0 | 13 | 15 | 14 | 6 | 1E | 48 |
| Octal | 315 | 246 | 242 | 0 | 23 | 25 | 24 | 6 | 36 | 110 |
| Binary | 11001101 | 10100110 | 10100010 | 0 | 10011 | 10101 | 10100 | 110 | 11110 | 1001000 |
Color Harmonies of #CDA6A2
Complementary color
Monochromatic Colors of #CDA6A2
Black with #CDA6A2
Text Example
Text Example
White with #CDA6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA6A2; }
p { color: rgb(205,166,162); }
H1.HeaderClassName
{
color: #CDA6A2;
}
.AnyTagClassName
{
color: #CDA6A2;
}
</style>
background-color css
<style>
a { background-color: #CDA6A2; }
a { background-color: rgb(205,166,162); }
div.DivClassName
{
background-color: #CDA6A2;
}
.BgClassName
{
background-color: #CDA6A2;
}
</style>
border-color css
<style>
span { border-color: #CDA6A2; }
span { border-color: rgb(205,166,162); }
td.TdClassName
{
border-color: #CDA6A2;
}
.TagClassName
{
border-color: #CDA6A2;
}
</style>