Shades of Eunry #C8A696
Tints of Eunry #C8A696
RGB
CMYK
RGB Variations
Color information
#C8A696 (or 0xC8A696) is known color: Eunry. HEX triplet: C8, A6 and 96. RGB value is (200,166,150). Sum of RGB (Red+Green+Blue) = 200+166+150=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 166 (65.23% from 255 or 32.17% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A696 is #375969. Grayscale: #AEAEAE. Windows color (decimal): -3627370 or 9873096. OLE color: 9873096.
HSL color Cylindrical-coordinate representation of color #C8A696: hue angle of 19.2º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8A696 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 166 | 150 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.22 |
| HSL | 19.2º | 0.31% | 0.69% | - |
| HSV(B) | 19.2º | 0.25% | 0.78% | - |
| XYZ | 42.96 | 41.75 | 34.65 | - |
| YUV | 174.34 | 114.26 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 166 | 150 | 0 | 0.17 | 0.25 | 0.22 | 19.2 | 0.31 | 0.69 |
| Hex | C8 | A6 | 96 | 0 | 11 | 19 | 16 | 13 | 1F | 45 |
| Octal | 310 | 246 | 226 | 0 | 21 | 31 | 26 | 23 | 37 | 105 |
| Binary | 11001000 | 10100110 | 10010110 | 0 | 10001 | 11001 | 10110 | 10011 | 11111 | 1000101 |
Color Harmonies of #C8A696
Complementary color
Monochromatic Colors of #C8A696
Black with #C8A696
Text Example
Text Example
White with #C8A696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A696; }
p { color: rgb(200,166,150); }
H1.HeaderClassName
{
color: #C8A696;
}
.AnyTagClassName
{
color: #C8A696;
}
</style>
background-color css
<style>
a { background-color: #C8A696; }
a { background-color: rgb(200,166,150); }
div.DivClassName
{
background-color: #C8A696;
}
.BgClassName
{
background-color: #C8A696;
}
</style>
border-color css
<style>
span { border-color: #C8A696; }
span { border-color: rgb(200,166,150); }
td.TdClassName
{
border-color: #C8A696;
}
.TagClassName
{
border-color: #C8A696;
}
</style>