Shades of Eunry #C0A098
Tints of Eunry #C0A098
RGB
CMYK
RGB Variations
Color information
#C0A098 (or 0xC0A098) is known color: Eunry. HEX triplet: C0, A0 and 98. RGB value is (192,160,152). Sum of RGB (Red+Green+Blue) = 192+160+152=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A098 is #3F5F67. Grayscale: #A8A8A8. Windows color (decimal): -4153192 or 10002624. OLE color: 10002624.
HSL color Cylindrical-coordinate representation of color #C0A098: hue angle of 12º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0A098 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 152 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.25 |
| HSL | 12º | 0.24% | 0.67% | - |
| HSV(B) | 12º | 0.21% | 0.75% | - |
| XYZ | 39.98 | 38.62 | 35.05 | - |
| YUV | 168.66 | 118.6 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 152 | 0 | 0.17 | 0.21 | 0.25 | 12 | 0.24 | 0.67 |
| Hex | C0 | A0 | 98 | 0 | 11 | 15 | 19 | C | 18 | 43 |
| Octal | 300 | 240 | 230 | 0 | 21 | 25 | 31 | 14 | 30 | 103 |
| Binary | 11000000 | 10100000 | 10011000 | 0 | 10001 | 10101 | 11001 | 1100 | 11000 | 1000011 |
Color Harmonies of #C0A098
Complementary color
Monochromatic Colors of #C0A098
Black with #C0A098
Text Example
Text Example
White with #C0A098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A098; }
p { color: rgb(192,160,152); }
H1.HeaderClassName
{
color: #C0A098;
}
.AnyTagClassName
{
color: #C0A098;
}
</style>
background-color css
<style>
a { background-color: #C0A098; }
a { background-color: rgb(192,160,152); }
div.DivClassName
{
background-color: #C0A098;
}
.BgClassName
{
background-color: #C0A098;
}
</style>
border-color css
<style>
span { border-color: #C0A098; }
span { border-color: rgb(192,160,152); }
td.TdClassName
{
border-color: #C0A098;
}
.TagClassName
{
border-color: #C0A098;
}
</style>