Shades of Eunry #CDA09B
Tints of Eunry #CDA09B
RGB
CMYK
RGB Variations
Color information
#CDA09B (or 0xCDA09B) is known color: Eunry. HEX triplet: CD, A0 and 9B. RGB value is (205,160,155). Sum of RGB (Red+Green+Blue) = 205+160+155=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA09B is #325F64. Grayscale: #ACACAC. Windows color (decimal): -3301221 or 10199245. OLE color: 10199245.
HSL color Cylindrical-coordinate representation of color #CDA09B: hue angle of 6º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDA09B is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 155 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.20 |
| HSL | 6º | 0.33% | 0.71% | - |
| HSV(B) | 6º | 0.24% | 0.8% | - |
| XYZ | 43.66 | 40.49 | 36.52 | - |
| YUV | 172.89 | 117.91 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 155 | 0 | 0.22 | 0.24 | 0.20 | 6 | 0.33 | 0.71 |
| Hex | CD | A0 | 9B | 0 | 16 | 18 | 14 | 6 | 21 | 47 |
| Octal | 315 | 240 | 233 | 0 | 26 | 30 | 24 | 6 | 41 | 107 |
| Binary | 11001101 | 10100000 | 10011011 | 0 | 10110 | 11000 | 10100 | 110 | 100001 | 1000111 |
Color Harmonies of #CDA09B
Complementary color
Monochromatic Colors of #CDA09B
Black with #CDA09B
Text Example
Text Example
White with #CDA09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA09B; }
p { color: rgb(205,160,155); }
H1.HeaderClassName
{
color: #CDA09B;
}
.AnyTagClassName
{
color: #CDA09B;
}
</style>
background-color css
<style>
a { background-color: #CDA09B; }
a { background-color: rgb(205,160,155); }
div.DivClassName
{
background-color: #CDA09B;
}
.BgClassName
{
background-color: #CDA09B;
}
</style>
border-color css
<style>
span { border-color: #CDA09B; }
span { border-color: rgb(205,160,155); }
td.TdClassName
{
border-color: #CDA09B;
}
.TagClassName
{
border-color: #CDA09B;
}
</style>