Shades of Eunry #C8A49E
Tints of Eunry #C8A49E
RGB
CMYK
RGB Variations
Color information
#C8A49E (or 0xC8A49E) is known color: Eunry. HEX triplet: C8, A4 and 9E. RGB value is (200,164,158). Sum of RGB (Red+Green+Blue) = 200+164+158=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 164 (64.45% from 255 or 31.42% from 522); Blue value is 158 (62.11% from 255 or 30.27% from 522); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A49E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A49E is #375B61. Grayscale: #AEAEAE. Windows color (decimal): -3627874 or 10396872. OLE color: 10396872.
HSL color Cylindrical-coordinate representation of color #C8A49E: hue angle of 8.57º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8A49E is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 164 | 158 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.22 |
| HSL | 8.57º | 0.28% | 0.7% | - |
| HSV(B) | 8.57º | 0.21% | 0.78% | - |
| XYZ | 43.27 | 41.3 | 38.04 | - |
| YUV | 174.08 | 118.93 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 164 | 158 | 0 | 0.18 | 0.21 | 0.22 | 8.57 | 0.28 | 0.7 |
| Hex | C8 | A4 | 9E | 0 | 12 | 15 | 16 | 9 | 1C | 46 |
| Octal | 310 | 244 | 236 | 0 | 22 | 25 | 26 | 11 | 34 | 106 |
| Binary | 11001000 | 10100100 | 10011110 | 0 | 10010 | 10101 | 10110 | 1001 | 11100 | 1000110 |
Color Harmonies of #C8A49E
Complementary color
Monochromatic Colors of #C8A49E
Black with #C8A49E
Text Example
Text Example
White with #C8A49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A49E; }
p { color: rgb(200,164,158); }
H1.HeaderClassName
{
color: #C8A49E;
}
.AnyTagClassName
{
color: #C8A49E;
}
</style>
background-color css
<style>
a { background-color: #C8A49E; }
a { background-color: rgb(200,164,158); }
div.DivClassName
{
background-color: #C8A49E;
}
.BgClassName
{
background-color: #C8A49E;
}
</style>
border-color css
<style>
span { border-color: #C8A49E; }
span { border-color: rgb(200,164,158); }
td.TdClassName
{
border-color: #C8A49E;
}
.TagClassName
{
border-color: #C8A49E;
}
</style>