Shades of Eunry #C0A19C
Tints of Eunry #C0A19C
RGB
CMYK
RGB Variations
Color information
#C0A19C (or 0xC0A19C) is known color: Eunry. HEX triplet: C0, A1 and 9C. RGB value is (192,161,156). Sum of RGB (Red+Green+Blue) = 192+161+156=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 161 (63.28% from 255 or 31.63% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A19C is #3F5E63. Grayscale: #A9A9A9. Windows color (decimal): -4152932 or 10265024. OLE color: 10265024.
HSL color Cylindrical-coordinate representation of color #C0A19C: hue angle of 8.33º degrees, saturation: 0.22, 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 #C0A19C is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 161 | 156 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.25 |
| HSL | 8.33º | 0.22% | 0.68% | - |
| HSV(B) | 8.33º | 0.19% | 0.75% | - |
| XYZ | 40.48 | 39.1 | 36.87 | - |
| YUV | 169.7 | 120.27 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 161 | 156 | 0 | 0.16 | 0.19 | 0.25 | 8.33 | 0.22 | 0.68 |
| Hex | C0 | A1 | 9C | 0 | 10 | 13 | 19 | 8 | 16 | 44 |
| Octal | 300 | 241 | 234 | 0 | 20 | 23 | 31 | 10 | 26 | 104 |
| Binary | 11000000 | 10100001 | 10011100 | 0 | 10000 | 10011 | 11001 | 1000 | 10110 | 1000100 |
Color Harmonies of #C0A19C
Complementary color
Monochromatic Colors of #C0A19C
Black with #C0A19C
Text Example
Text Example
White with #C0A19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A19C; }
p { color: rgb(192,161,156); }
H1.HeaderClassName
{
color: #C0A19C;
}
.AnyTagClassName
{
color: #C0A19C;
}
</style>
background-color css
<style>
a { background-color: #C0A19C; }
a { background-color: rgb(192,161,156); }
div.DivClassName
{
background-color: #C0A19C;
}
.BgClassName
{
background-color: #C0A19C;
}
</style>
border-color css
<style>
span { border-color: #C0A19C; }
span { border-color: rgb(192,161,156); }
td.TdClassName
{
border-color: #C0A19C;
}
.TagClassName
{
border-color: #C0A19C;
}
</style>