Shades of Eunry #C0A19E
Tints of Eunry #C0A19E
RGB
CMYK
RGB Variations
Color information
#C0A19E (or 0xC0A19E) is known color: Eunry. HEX triplet: C0, A1 and 9E. RGB value is (192,161,158). Sum of RGB (Red+Green+Blue) = 192+161+158=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 161 (63.28% from 255 or 31.51% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A19E is #3F5E61. Grayscale: #A9A9A9. Windows color (decimal): -4152930 or 10396096. OLE color: 10396096.
HSL color Cylindrical-coordinate representation of color #C0A19E: hue angle of 5.29º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0A19E is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 161 | 158 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.25 |
| HSL | 5.29º | 0.21% | 0.69% | - |
| HSV(B) | 5.29º | 0.18% | 0.75% | - |
| XYZ | 40.65 | 39.16 | 37.76 | - |
| YUV | 169.93 | 121.27 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 161 | 158 | 0 | 0.16 | 0.18 | 0.25 | 5.29 | 0.21 | 0.69 |
| Hex | C0 | A1 | 9E | 0 | 10 | 12 | 19 | 5 | 15 | 45 |
| Octal | 300 | 241 | 236 | 0 | 20 | 22 | 31 | 5 | 25 | 105 |
| Binary | 11000000 | 10100001 | 10011110 | 0 | 10000 | 10010 | 11001 | 101 | 10101 | 1000101 |
Color Harmonies of #C0A19E
Complementary color
Monochromatic Colors of #C0A19E
Black with #C0A19E
Text Example
Text Example
White with #C0A19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A19E; }
p { color: rgb(192,161,158); }
H1.HeaderClassName
{
color: #C0A19E;
}
.AnyTagClassName
{
color: #C0A19E;
}
</style>
background-color css
<style>
a { background-color: #C0A19E; }
a { background-color: rgb(192,161,158); }
div.DivClassName
{
background-color: #C0A19E;
}
.BgClassName
{
background-color: #C0A19E;
}
</style>
border-color css
<style>
span { border-color: #C0A19E; }
span { border-color: rgb(192,161,158); }
td.TdClassName
{
border-color: #C0A19E;
}
.TagClassName
{
border-color: #C0A19E;
}
</style>