Shades of Eunry #CDA09F
Tints of Eunry #CDA09F
RGB
CMYK
RGB Variations
Color information
#CDA09F (or 0xCDA09F) is known color: Eunry. HEX triplet: CD, A0 and 9F. RGB value is (205,160,159). Sum of RGB (Red+Green+Blue) = 205+160+159=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 159 (62.5% from 255 or 30.34% from 524); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA09F is #325F60. Grayscale: #ADADAD. Windows color (decimal): -3301217 or 10461389. OLE color: 10461389.
HSL color Cylindrical-coordinate representation of color #CDA09F: hue angle of 1.3º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDA09F is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 159 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.20 |
| HSL | 1.3º | 0.32% | 0.71% | - |
| HSV(B) | 1.3º | 0.22% | 0.8% | - |
| XYZ | 44.01 | 40.62 | 38.32 | - |
| YUV | 173.34 | 119.91 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 159 | 0 | 0.22 | 0.22 | 0.20 | 1.3 | 0.32 | 0.71 |
| Hex | CD | A0 | 9F | 0 | 16 | 16 | 14 | 1 | 20 | 47 |
| Octal | 315 | 240 | 237 | 0 | 26 | 26 | 24 | 1 | 40 | 107 |
| Binary | 11001101 | 10100000 | 10011111 | 0 | 10110 | 10110 | 10100 | 1 | 100000 | 1000111 |
Color Harmonies of #CDA09F
Complementary color
Monochromatic Colors of #CDA09F
Black with #CDA09F
Text Example
Text Example
White with #CDA09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA09F; }
p { color: rgb(205,160,159); }
H1.HeaderClassName
{
color: #CDA09F;
}
.AnyTagClassName
{
color: #CDA09F;
}
</style>
background-color css
<style>
a { background-color: #CDA09F; }
a { background-color: rgb(205,160,159); }
div.DivClassName
{
background-color: #CDA09F;
}
.BgClassName
{
background-color: #CDA09F;
}
</style>
border-color css
<style>
span { border-color: #CDA09F; }
span { border-color: rgb(205,160,159); }
td.TdClassName
{
border-color: #CDA09F;
}
.TagClassName
{
border-color: #CDA09F;
}
</style>