Shades of Eunry #C0A29A
Tints of Eunry #C0A29A
RGB
CMYK
RGB Variations
Color information
#C0A29A (or 0xC0A29A) is known color: Eunry. HEX triplet: C0, A2 and 9A. RGB value is (192,162,154). Sum of RGB (Red+Green+Blue) = 192+162+154=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 162 (63.67% from 255 or 31.89% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A29A is #3F5D65. Grayscale: #AAAAAA. Windows color (decimal): -4152678 or 10134208. OLE color: 10134208.
HSL color Cylindrical-coordinate representation of color #C0A29A: hue angle of 12.63º degrees, saturation: 0.23, 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 #C0A29A is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 162 | 154 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.25 |
| HSL | 12.63º | 0.23% | 0.68% | - |
| HSV(B) | 12.63º | 0.2% | 0.75% | - |
| XYZ | 40.49 | 39.38 | 36.04 | - |
| YUV | 170.06 | 118.94 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 162 | 154 | 0 | 0.16 | 0.20 | 0.25 | 12.63 | 0.23 | 0.68 |
| Hex | C0 | A2 | 9A | 0 | 10 | 14 | 19 | D | 17 | 44 |
| Octal | 300 | 242 | 232 | 0 | 20 | 24 | 31 | 15 | 27 | 104 |
| Binary | 11000000 | 10100010 | 10011010 | 0 | 10000 | 10100 | 11001 | 1101 | 10111 | 1000100 |
Color Harmonies of #C0A29A
Complementary color
Monochromatic Colors of #C0A29A
Black with #C0A29A
Text Example
Text Example
White with #C0A29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A29A; }
p { color: rgb(192,162,154); }
H1.HeaderClassName
{
color: #C0A29A;
}
.AnyTagClassName
{
color: #C0A29A;
}
</style>
background-color css
<style>
a { background-color: #C0A29A; }
a { background-color: rgb(192,162,154); }
div.DivClassName
{
background-color: #C0A29A;
}
.BgClassName
{
background-color: #C0A29A;
}
</style>
border-color css
<style>
span { border-color: #C0A29A; }
span { border-color: rgb(192,162,154); }
td.TdClassName
{
border-color: #C0A29A;
}
.TagClassName
{
border-color: #C0A29A;
}
</style>