Shades of Eunry #C8A695
Tints of Eunry #C8A695
RGB
CMYK
RGB Variations
Color information
#C8A695 (or 0xC8A695) is known color: Eunry. HEX triplet: C8, A6 and 95. RGB value is (200,166,149). Sum of RGB (Red+Green+Blue) = 200+166+149=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A695 is #37596A. Grayscale: #AEAEAE. Windows color (decimal): -3627371 or 9807560. OLE color: 9807560.
HSL color Cylindrical-coordinate representation of color #C8A695: hue angle of 20º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8A695 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 166 | 149 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.22 |
| HSL | 20º | 0.32% | 0.68% | - |
| HSV(B) | 20º | 0.26% | 0.78% | - |
| XYZ | 42.88 | 41.72 | 34.23 | - |
| YUV | 174.23 | 113.76 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 166 | 149 | 0 | 0.17 | 0.26 | 0.22 | 20 | 0.32 | 0.68 |
| Hex | C8 | A6 | 95 | 0 | 11 | 1A | 16 | 14 | 20 | 44 |
| Octal | 310 | 246 | 225 | 0 | 21 | 32 | 26 | 24 | 40 | 104 |
| Binary | 11001000 | 10100110 | 10010101 | 0 | 10001 | 11010 | 10110 | 10100 | 100000 | 1000100 |
Color Harmonies of #C8A695
Complementary color
Monochromatic Colors of #C8A695
Black with #C8A695
Text Example
Text Example
White with #C8A695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A695; }
p { color: rgb(200,166,149); }
H1.HeaderClassName
{
color: #C8A695;
}
.AnyTagClassName
{
color: #C8A695;
}
</style>
background-color css
<style>
a { background-color: #C8A695; }
a { background-color: rgb(200,166,149); }
div.DivClassName
{
background-color: #C8A695;
}
.BgClassName
{
background-color: #C8A695;
}
</style>
border-color css
<style>
span { border-color: #C8A695; }
span { border-color: rgb(200,166,149); }
td.TdClassName
{
border-color: #C8A695;
}
.TagClassName
{
border-color: #C8A695;
}
</style>