Shades of Eunry #CDA09A
Tints of Eunry #CDA09A
RGB
CMYK
RGB Variations
Color information
#CDA09A (or 0xCDA09A) is known color: Eunry. HEX triplet: CD, A0 and 9A. RGB value is (205,160,154). Sum of RGB (Red+Green+Blue) = 205+160+154=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 154 (60.55% from 255 or 29.67% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA09A is #325F65. Grayscale: #ACACAC. Windows color (decimal): -3301222 or 10133709. OLE color: 10133709.
HSL color Cylindrical-coordinate representation of color #CDA09A: hue angle of 7.06º 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 #CDA09A is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 154 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.20 |
| HSL | 7.06º | 0.34% | 0.7% | - |
| HSV(B) | 7.06º | 0.25% | 0.8% | - |
| XYZ | 43.58 | 40.45 | 36.08 | - |
| YUV | 172.77 | 117.41 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 154 | 0 | 0.22 | 0.25 | 0.20 | 7.06 | 0.34 | 0.7 |
| Hex | CD | A0 | 9A | 0 | 16 | 19 | 14 | 7 | 22 | 46 |
| Octal | 315 | 240 | 232 | 0 | 26 | 31 | 24 | 7 | 42 | 106 |
| Binary | 11001101 | 10100000 | 10011010 | 0 | 10110 | 11001 | 10100 | 111 | 100010 | 1000110 |
Color Harmonies of #CDA09A
Complementary color
Monochromatic Colors of #CDA09A
Black with #CDA09A
Text Example
Text Example
White with #CDA09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA09A; }
p { color: rgb(205,160,154); }
H1.HeaderClassName
{
color: #CDA09A;
}
.AnyTagClassName
{
color: #CDA09A;
}
</style>
background-color css
<style>
a { background-color: #CDA09A; }
a { background-color: rgb(205,160,154); }
div.DivClassName
{
background-color: #CDA09A;
}
.BgClassName
{
background-color: #CDA09A;
}
</style>
border-color css
<style>
span { border-color: #CDA09A; }
span { border-color: rgb(205,160,154); }
td.TdClassName
{
border-color: #CDA09A;
}
.TagClassName
{
border-color: #CDA09A;
}
</style>