Shades of Eunry #C0A5A3
Tints of Eunry #C0A5A3
RGB
CMYK
RGB Variations
Color information
#C0A5A3 (or 0xC0A5A3) is known color: Eunry. HEX triplet: C0, A5 and A3. RGB value is (192,165,163). Sum of RGB (Red+Green+Blue) = 192+165+163=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 165 (64.84% from 255 or 31.73% from 520); Blue value is 163 (64.06% from 255 or 31.35% from 520); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A5A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A5A3 is #3F5A5C. Grayscale: #ACACAC. Windows color (decimal): -4151901 or 10724800. OLE color: 10724800.
HSL color Cylindrical-coordinate representation of color #C0A5A3: hue angle of 4.14º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0A5A3 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 165 | 163 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.25 |
| HSL | 4.14º | 0.19% | 0.7% | - |
| HSV(B) | 4.14º | 0.15% | 0.75% | - |
| XYZ | 41.8 | 40.76 | 40.31 | - |
| YUV | 172.85 | 122.45 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 165 | 163 | 0 | 0.14 | 0.15 | 0.25 | 4.14 | 0.19 | 0.7 |
| Hex | C0 | A5 | A3 | 0 | E | F | 19 | 4 | 13 | 46 |
| Octal | 300 | 245 | 243 | 0 | 16 | 17 | 31 | 4 | 23 | 106 |
| Binary | 11000000 | 10100101 | 10100011 | 0 | 1110 | 1111 | 11001 | 100 | 10011 | 1000110 |
Color Harmonies of #C0A5A3
Complementary color
Monochromatic Colors of #C0A5A3
Black with #C0A5A3
Text Example
Text Example
White with #C0A5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A5A3; }
p { color: rgb(192,165,163); }
H1.HeaderClassName
{
color: #C0A5A3;
}
.AnyTagClassName
{
color: #C0A5A3;
}
</style>
background-color css
<style>
a { background-color: #C0A5A3; }
a { background-color: rgb(192,165,163); }
div.DivClassName
{
background-color: #C0A5A3;
}
.BgClassName
{
background-color: #C0A5A3;
}
</style>
border-color css
<style>
span { border-color: #C0A5A3; }
span { border-color: rgb(192,165,163); }
td.TdClassName
{
border-color: #C0A5A3;
}
.TagClassName
{
border-color: #C0A5A3;
}
</style>