Shades of Eunry #C6A898
Tints of Eunry #C6A898
RGB
CMYK
RGB Variations
Color information
#C6A898 (or 0xC6A898) is known color: Eunry. HEX triplet: C6, A8 and 98. RGB value is (198,168,152). Sum of RGB (Red+Green+Blue) = 198+168+152=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 152 (59.77% from 255 or 29.34% from 518); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A898 is #395767. Grayscale: #AFAFAF. Windows color (decimal): -3757928 or 10004678. OLE color: 10004678.
HSL color Cylindrical-coordinate representation of color #C6A898: hue angle of 20.87º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C6A898 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 168 | 152 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.22 |
| HSL | 20.87º | 0.29% | 0.69% | - |
| HSV(B) | 20.87º | 0.23% | 0.78% | - |
| XYZ | 42.96 | 42.28 | 35.6 | - |
| YUV | 175.15 | 114.94 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 168 | 152 | 0 | 0.15 | 0.23 | 0.22 | 20.87 | 0.29 | 0.69 |
| Hex | C6 | A8 | 98 | 0 | F | 17 | 16 | 15 | 1D | 45 |
| Octal | 306 | 250 | 230 | 0 | 17 | 27 | 26 | 25 | 35 | 105 |
| Binary | 11000110 | 10101000 | 10011000 | 0 | 1111 | 10111 | 10110 | 10101 | 11101 | 1000101 |
Color Harmonies of #C6A898
Complementary color
Monochromatic Colors of #C6A898
Black with #C6A898
Text Example
Text Example
White with #C6A898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A898; }
p { color: rgb(198,168,152); }
H1.HeaderClassName
{
color: #C6A898;
}
.AnyTagClassName
{
color: #C6A898;
}
</style>
background-color css
<style>
a { background-color: #C6A898; }
a { background-color: rgb(198,168,152); }
div.DivClassName
{
background-color: #C6A898;
}
.BgClassName
{
background-color: #C6A898;
}
</style>
border-color css
<style>
span { border-color: #C6A898; }
span { border-color: rgb(198,168,152); }
td.TdClassName
{
border-color: #C6A898;
}
.TagClassName
{
border-color: #C6A898;
}
</style>