Shades of Eunry #C0A09B
Tints of Eunry #C0A09B
RGB
CMYK
RGB Variations
Color information
#C0A09B (or 0xC0A09B) is known color: Eunry. HEX triplet: C0, A0 and 9B. RGB value is (192,160,155). Sum of RGB (Red+Green+Blue) = 192+160+155=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A09B is #3F5F64. Grayscale: #A9A9A9. Windows color (decimal): -4153189 or 10199232. OLE color: 10199232.
HSL color Cylindrical-coordinate representation of color #C0A09B: hue angle of 8.11º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0A09B is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 155 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.25 |
| HSL | 8.11º | 0.23% | 0.68% | - |
| HSV(B) | 8.11º | 0.19% | 0.75% | - |
| XYZ | 40.23 | 38.71 | 36.36 | - |
| YUV | 169 | 120.1 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 155 | 0 | 0.17 | 0.19 | 0.25 | 8.11 | 0.23 | 0.68 |
| Hex | C0 | A0 | 9B | 0 | 11 | 13 | 19 | 8 | 17 | 44 |
| Octal | 300 | 240 | 233 | 0 | 21 | 23 | 31 | 10 | 27 | 104 |
| Binary | 11000000 | 10100000 | 10011011 | 0 | 10001 | 10011 | 11001 | 1000 | 10111 | 1000100 |
Color Harmonies of #C0A09B
Complementary color
Monochromatic Colors of #C0A09B
Black with #C0A09B
Text Example
Text Example
White with #C0A09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A09B; }
p { color: rgb(192,160,155); }
H1.HeaderClassName
{
color: #C0A09B;
}
.AnyTagClassName
{
color: #C0A09B;
}
</style>
background-color css
<style>
a { background-color: #C0A09B; }
a { background-color: rgb(192,160,155); }
div.DivClassName
{
background-color: #C0A09B;
}
.BgClassName
{
background-color: #C0A09B;
}
</style>
border-color css
<style>
span { border-color: #C0A09B; }
span { border-color: rgb(192,160,155); }
td.TdClassName
{
border-color: #C0A09B;
}
.TagClassName
{
border-color: #C0A09B;
}
</style>