Shades of Eunry #C6A099
Tints of Eunry #C6A099
RGB
CMYK
RGB Variations
Color information
#C6A099 (or 0xC6A099) is known color: Eunry. HEX triplet: C6, A0 and 99. RGB value is (198,160,153). Sum of RGB (Red+Green+Blue) = 198+160+153=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 153 (60.16% from 255 or 29.94% from 511); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A099 is #395F66. Grayscale: #AAAAAA. Windows color (decimal): -3759975 or 10068166. OLE color: 10068166.
HSL color Cylindrical-coordinate representation of color #C6A099: hue angle of 9.33º degrees, saturation: 0.28, 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 #C6A099 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 160 | 153 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.22 |
| HSL | 9.33º | 0.28% | 0.69% | - |
| HSV(B) | 9.33º | 0.23% | 0.78% | - |
| XYZ | 41.61 | 39.45 | 35.56 | - |
| YUV | 170.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 160 | 153 | 0 | 0.19 | 0.23 | 0.22 | 9.33 | 0.28 | 0.69 |
| Hex | C6 | A0 | 99 | 0 | 13 | 17 | 16 | 9 | 1C | 45 |
| Octal | 306 | 240 | 231 | 0 | 23 | 27 | 26 | 11 | 34 | 105 |
| Binary | 11000110 | 10100000 | 10011001 | 0 | 10011 | 10111 | 10110 | 1001 | 11100 | 1000101 |
Color Harmonies of #C6A099
Complementary color
Monochromatic Colors of #C6A099
Black with #C6A099
Text Example
Text Example
White with #C6A099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A099; }
p { color: rgb(198,160,153); }
H1.HeaderClassName
{
color: #C6A099;
}
.AnyTagClassName
{
color: #C6A099;
}
</style>
background-color css
<style>
a { background-color: #C6A099; }
a { background-color: rgb(198,160,153); }
div.DivClassName
{
background-color: #C6A099;
}
.BgClassName
{
background-color: #C6A099;
}
</style>
border-color css
<style>
span { border-color: #C6A099; }
span { border-color: rgb(198,160,153); }
td.TdClassName
{
border-color: #C6A099;
}
.TagClassName
{
border-color: #C6A099;
}
</style>