Shades of Eunry #C7A898
Tints of Eunry #C7A898
RGB
CMYK
RGB Variations
Color information
#C7A898 (or 0xC7A898) is known color: Eunry. HEX triplet: C7, A8 and 98. RGB value is (199,168,152). Sum of RGB (Red+Green+Blue) = 199+168+152=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 168 (66.02% from 255 or 32.37% from 519); Blue value is 152 (59.77% from 255 or 29.29% from 519); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A898 is #385767. Grayscale: #AFAFAF. Windows color (decimal): -3692392 or 10004679. OLE color: 10004679.
HSL color Cylindrical-coordinate representation of color #C7A898: hue angle of 20.43º 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 #C7A898 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 168 | 152 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.22 |
| HSL | 20.43º | 0.3% | 0.69% | - |
| HSV(B) | 20.43º | 0.24% | 0.78% | - |
| XYZ | 43.22 | 42.41 | 35.61 | - |
| YUV | 175.45 | 114.77 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 168 | 152 | 0 | 0.16 | 0.24 | 0.22 | 20.43 | 0.3 | 0.69 |
| Hex | C7 | A8 | 98 | 0 | 10 | 18 | 16 | 14 | 1E | 45 |
| Octal | 307 | 250 | 230 | 0 | 20 | 30 | 26 | 24 | 36 | 105 |
| Binary | 11000111 | 10101000 | 10011000 | 0 | 10000 | 11000 | 10110 | 10100 | 11110 | 1000101 |
Color Harmonies of #C7A898
Complementary color
Monochromatic Colors of #C7A898
Black with #C7A898
Text Example
Text Example
White with #C7A898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A898; }
p { color: rgb(199,168,152); }
H1.HeaderClassName
{
color: #C7A898;
}
.AnyTagClassName
{
color: #C7A898;
}
</style>
background-color css
<style>
a { background-color: #C7A898; }
a { background-color: rgb(199,168,152); }
div.DivClassName
{
background-color: #C7A898;
}
.BgClassName
{
background-color: #C7A898;
}
</style>
border-color css
<style>
span { border-color: #C7A898; }
span { border-color: rgb(199,168,152); }
td.TdClassName
{
border-color: #C7A898;
}
.TagClassName
{
border-color: #C7A898;
}
</style>