Shades of Eunry #C0A099
Tints of Eunry #C0A099
RGB
CMYK
RGB Variations
Color information
#C0A099 (or 0xC0A099) is known color: Eunry. HEX triplet: C0, A0 and 99. RGB value is (192,160,153). Sum of RGB (Red+Green+Blue) = 192+160+153=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A099 is #3F5F66. Grayscale: #A8A8A8. Windows color (decimal): -4153191 or 10068160. OLE color: 10068160.
HSL color Cylindrical-coordinate representation of color #C0A099: hue angle of 10.77º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0A099 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 153 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.25 |
| HSL | 10.77º | 0.24% | 0.68% | - |
| HSV(B) | 10.77º | 0.2% | 0.75% | - |
| XYZ | 40.06 | 38.65 | 35.49 | - |
| YUV | 168.77 | 119.1 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 153 | 0 | 0.17 | 0.20 | 0.25 | 10.77 | 0.24 | 0.68 |
| Hex | C0 | A0 | 99 | 0 | 11 | 14 | 19 | B | 18 | 44 |
| Octal | 300 | 240 | 231 | 0 | 21 | 24 | 31 | 13 | 30 | 104 |
| Binary | 11000000 | 10100000 | 10011001 | 0 | 10001 | 10100 | 11001 | 1011 | 11000 | 1000100 |
Color Harmonies of #C0A099
Complementary color
Monochromatic Colors of #C0A099
Black with #C0A099
Text Example
Text Example
White with #C0A099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A099; }
p { color: rgb(192,160,153); }
H1.HeaderClassName
{
color: #C0A099;
}
.AnyTagClassName
{
color: #C0A099;
}
</style>
background-color css
<style>
a { background-color: #C0A099; }
a { background-color: rgb(192,160,153); }
div.DivClassName
{
background-color: #C0A099;
}
.BgClassName
{
background-color: #C0A099;
}
</style>
border-color css
<style>
span { border-color: #C0A099; }
span { border-color: rgb(192,160,153); }
td.TdClassName
{
border-color: #C0A099;
}
.TagClassName
{
border-color: #C0A099;
}
</style>