Shades of Eunry #C8A898
Tints of Eunry #C8A898
RGB
CMYK
RGB Variations
Color information
#C8A898 (or 0xC8A898) is known color: Eunry. HEX triplet: C8, A8 and 98. RGB value is (200,168,152). Sum of RGB (Red+Green+Blue) = 200+168+152=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 168 (66.02% from 255 or 32.31% from 520); Blue value is 152 (59.77% from 255 or 29.23% from 520); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A898 is #375767. Grayscale: #AFAFAF. Windows color (decimal): -3626856 or 10004680. OLE color: 10004680.
HSL color Cylindrical-coordinate representation of color #C8A898: hue angle of 20º 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 #C8A898 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 168 | 152 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.22 |
| HSL | 20º | 0.3% | 0.69% | - |
| HSV(B) | 20º | 0.24% | 0.78% | - |
| XYZ | 43.49 | 42.55 | 35.63 | - |
| YUV | 175.74 | 114.6 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 168 | 152 | 0 | 0.16 | 0.24 | 0.22 | 20 | 0.3 | 0.69 |
| Hex | C8 | A8 | 98 | 0 | 10 | 18 | 16 | 14 | 1E | 45 |
| Octal | 310 | 250 | 230 | 0 | 20 | 30 | 26 | 24 | 36 | 105 |
| Binary | 11001000 | 10101000 | 10011000 | 0 | 10000 | 11000 | 10110 | 10100 | 11110 | 1000101 |
Color Harmonies of #C8A898
Complementary color
Monochromatic Colors of #C8A898
Black with #C8A898
Text Example
Text Example
White with #C8A898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A898; }
p { color: rgb(200,168,152); }
H1.HeaderClassName
{
color: #C8A898;
}
.AnyTagClassName
{
color: #C8A898;
}
</style>
background-color css
<style>
a { background-color: #C8A898; }
a { background-color: rgb(200,168,152); }
div.DivClassName
{
background-color: #C8A898;
}
.BgClassName
{
background-color: #C8A898;
}
</style>
border-color css
<style>
span { border-color: #C8A898; }
span { border-color: rgb(200,168,152); }
td.TdClassName
{
border-color: #C8A898;
}
.TagClassName
{
border-color: #C8A898;
}
</style>