Shades of Eunry #C0A09D
Tints of Eunry #C0A09D
RGB
CMYK
RGB Variations
Color information
#C0A09D (or 0xC0A09D) is known color: Eunry. HEX triplet: C0, A0 and 9D. RGB value is (192,160,157). Sum of RGB (Red+Green+Blue) = 192+160+157=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A09D is #3F5F62. Grayscale: #A9A9A9. Windows color (decimal): -4153187 or 10330304. OLE color: 10330304.
HSL color Cylindrical-coordinate representation of color #C0A09D: hue angle of 5.14º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0A09D is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 157 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.25 |
| HSL | 5.14º | 0.22% | 0.68% | - |
| HSV(B) | 5.14º | 0.18% | 0.75% | - |
| XYZ | 40.39 | 38.78 | 37.26 | - |
| YUV | 169.23 | 121.1 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 157 | 0 | 0.17 | 0.18 | 0.25 | 5.14 | 0.22 | 0.68 |
| Hex | C0 | A0 | 9D | 0 | 11 | 12 | 19 | 5 | 16 | 44 |
| Octal | 300 | 240 | 235 | 0 | 21 | 22 | 31 | 5 | 26 | 104 |
| Binary | 11000000 | 10100000 | 10011101 | 0 | 10001 | 10010 | 11001 | 101 | 10110 | 1000100 |
Color Harmonies of #C0A09D
Complementary color
Monochromatic Colors of #C0A09D
Black with #C0A09D
Text Example
Text Example
White with #C0A09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A09D; }
p { color: rgb(192,160,157); }
H1.HeaderClassName
{
color: #C0A09D;
}
.AnyTagClassName
{
color: #C0A09D;
}
</style>
background-color css
<style>
a { background-color: #C0A09D; }
a { background-color: rgb(192,160,157); }
div.DivClassName
{
background-color: #C0A09D;
}
.BgClassName
{
background-color: #C0A09D;
}
</style>
border-color css
<style>
span { border-color: #C0A09D; }
span { border-color: rgb(192,160,157); }
td.TdClassName
{
border-color: #C0A09D;
}
.TagClassName
{
border-color: #C0A09D;
}
</style>