Shades of Eunry #CDAA9E
Tints of Eunry #CDAA9E
RGB
CMYK
RGB Variations
Color information
#CDAA9E (or 0xCDAA9E) is known color: Eunry. HEX triplet: CD, AA and 9E. RGB value is (205,170,158). Sum of RGB (Red+Green+Blue) = 205+170+158=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAA9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAA9E is #325561. Grayscale: #B3B3B3. Windows color (decimal): -3298658 or 10398413. OLE color: 10398413.
HSL color Cylindrical-coordinate representation of color #CDAA9E: hue angle of 15.32º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDAA9E is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 170 | 158 | - |
CMYK | 0 | 0.17 | 0.23 | 0.20 |
HSL | 15.32º | 0.32% | 0.71% | - |
HSV(B) | 15.32º | 0.23% | 0.8% | - |
XYZ | 45.72 | 44.2 | 38.47 | - |
YUV | 179.1 | 116.1 | 146.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 170 | 158 | 0 | 0.17 | 0.23 | 0.20 | 15.32 | 0.32 | 0.71 |
Hex | CD | AA | 9E | 0 | 11 | 17 | 14 | F | 20 | 47 |
Octal | 315 | 252 | 236 | 0 | 21 | 27 | 24 | 17 | 40 | 107 |
Binary | 11001101 | 10101010 | 10011110 | 0 | 10001 | 10111 | 10100 | 1111 | 100000 | 1000111 |
Color Harmonies of #CDAA9E
Complementary color
Monochromatic Colors of #CDAA9E
Black with #CDAA9E
Text Example
Text Example
White with #CDAA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAA9E; }
p { color: rgb(205,170,158); }
H1.HeaderClassName
{
color: #CDAA9E;
}
.AnyTagClassName
{
color: #CDAA9E;
}
</style>
background-color css
<style>
a { background-color: #CDAA9E; }
a { background-color: rgb(205,170,158); }
div.DivClassName
{
background-color: #CDAA9E;
}
.BgClassName
{
background-color: #CDAA9E;
}
</style>
border-color css
<style>
span { border-color: #CDAA9E; }
span { border-color: rgb(205,170,158); }
td.TdClassName
{
border-color: #CDAA9E;
}
.TagClassName
{
border-color: #CDAA9E;
}
</style>