Shades of Eunry #C8A698
Tints of Eunry #C8A698
RGB
CMYK
RGB Variations
Color information
#C8A698 (or 0xC8A698) is known color: Eunry. HEX triplet: C8, A6 and 98. RGB value is (200,166,152). Sum of RGB (Red+Green+Blue) = 200+166+152=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 166 (65.23% from 255 or 32.05% from 518); Blue value is 152 (59.77% from 255 or 29.34% from 518); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A698 is #375967. Grayscale: #AEAEAE. Windows color (decimal): -3627368 or 10004168. OLE color: 10004168.
HSL color Cylindrical-coordinate representation of color #C8A698: hue angle of 17.5º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8A698 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 166 | 152 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.22 |
| HSL | 17.5º | 0.3% | 0.69% | - |
| HSV(B) | 17.5º | 0.24% | 0.78% | - |
| XYZ | 43.12 | 41.82 | 35.5 | - |
| YUV | 174.57 | 115.26 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 166 | 152 | 0 | 0.17 | 0.24 | 0.22 | 17.5 | 0.3 | 0.69 |
| Hex | C8 | A6 | 98 | 0 | 11 | 18 | 16 | 12 | 1E | 45 |
| Octal | 310 | 246 | 230 | 0 | 21 | 30 | 26 | 22 | 36 | 105 |
| Binary | 11001000 | 10100110 | 10011000 | 0 | 10001 | 11000 | 10110 | 10010 | 11110 | 1000101 |
Color Harmonies of #C8A698
Complementary color
Monochromatic Colors of #C8A698
Black with #C8A698
Text Example
Text Example
White with #C8A698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A698; }
p { color: rgb(200,166,152); }
H1.HeaderClassName
{
color: #C8A698;
}
.AnyTagClassName
{
color: #C8A698;
}
</style>
background-color css
<style>
a { background-color: #C8A698; }
a { background-color: rgb(200,166,152); }
div.DivClassName
{
background-color: #C8A698;
}
.BgClassName
{
background-color: #C8A698;
}
</style>
border-color css
<style>
span { border-color: #C8A698; }
span { border-color: rgb(200,166,152); }
td.TdClassName
{
border-color: #C8A698;
}
.TagClassName
{
border-color: #C8A698;
}
</style>