Shades of Eunry #CDA099
Tints of Eunry #CDA099
RGB
CMYK
RGB Variations
Color information
#CDA099 (or 0xCDA099) is known color: Eunry. HEX triplet: CD, A0 and 99. RGB value is (205,160,153). Sum of RGB (Red+Green+Blue) = 205+160+153=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA099 is #325F66. Grayscale: #ACACAC. Windows color (decimal): -3301223 or 10068173. OLE color: 10068173.
HSL color Cylindrical-coordinate representation of color #CDA099: hue angle of 8.08º 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 #CDA099 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 153 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.20 |
| HSL | 8.08º | 0.34% | 0.7% | - |
| HSV(B) | 8.08º | 0.25% | 0.8% | - |
| XYZ | 43.5 | 40.42 | 35.65 | - |
| YUV | 172.66 | 116.91 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 153 | 0 | 0.22 | 0.25 | 0.20 | 8.08 | 0.34 | 0.7 |
| Hex | CD | A0 | 99 | 0 | 16 | 19 | 14 | 8 | 22 | 46 |
| Octal | 315 | 240 | 231 | 0 | 26 | 31 | 24 | 10 | 42 | 106 |
| Binary | 11001101 | 10100000 | 10011001 | 0 | 10110 | 11001 | 10100 | 1000 | 100010 | 1000110 |
Color Harmonies of #CDA099
Complementary color
Monochromatic Colors of #CDA099
Black with #CDA099
Text Example
Text Example
White with #CDA099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA099; }
p { color: rgb(205,160,153); }
H1.HeaderClassName
{
color: #CDA099;
}
.AnyTagClassName
{
color: #CDA099;
}
</style>
background-color css
<style>
a { background-color: #CDA099; }
a { background-color: rgb(205,160,153); }
div.DivClassName
{
background-color: #CDA099;
}
.BgClassName
{
background-color: #CDA099;
}
</style>
border-color css
<style>
span { border-color: #CDA099; }
span { border-color: rgb(205,160,153); }
td.TdClassName
{
border-color: #CDA099;
}
.TagClassName
{
border-color: #CDA099;
}
</style>