Shades of Eunry #C8A998
Tints of Eunry #C8A998
RGB
CMYK
RGB Variations
Color information
#C8A998 (or 0xC8A998) is known color: Eunry. HEX triplet: C8, A9 and 98. RGB value is (200,169,152). Sum of RGB (Red+Green+Blue) = 200+169+152=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 169 (66.41% from 255 or 32.44% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A998 is #375667. Grayscale: #B0B0B0. Windows color (decimal): -3626600 or 10004936. OLE color: 10004936.
HSL color Cylindrical-coordinate representation of color #C8A998: hue angle of 21.25º 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 #C8A998 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 169 | 152 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.22 |
| HSL | 21.25º | 0.3% | 0.69% | - |
| HSV(B) | 21.25º | 0.24% | 0.78% | - |
| XYZ | 43.67 | 42.92 | 35.69 | - |
| YUV | 176.33 | 114.27 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 169 | 152 | 0 | 0.16 | 0.24 | 0.22 | 21.25 | 0.3 | 0.69 |
| Hex | C8 | A9 | 98 | 0 | 10 | 18 | 16 | 15 | 1E | 45 |
| Octal | 310 | 251 | 230 | 0 | 20 | 30 | 26 | 25 | 36 | 105 |
| Binary | 11001000 | 10101001 | 10011000 | 0 | 10000 | 11000 | 10110 | 10101 | 11110 | 1000101 |
Color Harmonies of #C8A998
Complementary color
Monochromatic Colors of #C8A998
Black with #C8A998
Text Example
Text Example
White with #C8A998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A998; }
p { color: rgb(200,169,152); }
H1.HeaderClassName
{
color: #C8A998;
}
.AnyTagClassName
{
color: #C8A998;
}
</style>
background-color css
<style>
a { background-color: #C8A998; }
a { background-color: rgb(200,169,152); }
div.DivClassName
{
background-color: #C8A998;
}
.BgClassName
{
background-color: #C8A998;
}
</style>
border-color css
<style>
span { border-color: #C8A998; }
span { border-color: rgb(200,169,152); }
td.TdClassName
{
border-color: #C8A998;
}
.TagClassName
{
border-color: #C8A998;
}
</style>