Shades of Eunry #C6A69A
Tints of Eunry #C6A69A
RGB
CMYK
RGB Variations
Color information
#C6A69A (or 0xC6A69A) is known color: Eunry. HEX triplet: C6, A6 and 9A. RGB value is (198,166,154). Sum of RGB (Red+Green+Blue) = 198+166+154=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 166 (65.23% from 255 or 32.05% from 518); Blue value is 154 (60.55% from 255 or 29.73% from 518); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A69A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A69A is #395965. Grayscale: #AEAEAE. Windows color (decimal): -3758438 or 10135238. OLE color: 10135238.
HSL color Cylindrical-coordinate representation of color #C6A69A: hue angle of 16.36º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6A69A is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 166 | 154 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.22 |
| HSL | 16.36º | 0.28% | 0.69% | - |
| HSV(B) | 16.36º | 0.22% | 0.78% | - |
| XYZ | 42.76 | 41.61 | 36.35 | - |
| YUV | 174.2 | 116.6 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 166 | 154 | 0 | 0.16 | 0.22 | 0.22 | 16.36 | 0.28 | 0.69 |
| Hex | C6 | A6 | 9A | 0 | 10 | 16 | 16 | 10 | 1C | 45 |
| Octal | 306 | 246 | 232 | 0 | 20 | 26 | 26 | 20 | 34 | 105 |
| Binary | 11000110 | 10100110 | 10011010 | 0 | 10000 | 10110 | 10110 | 10000 | 11100 | 1000101 |
Color Harmonies of #C6A69A
Complementary color
Monochromatic Colors of #C6A69A
Black with #C6A69A
Text Example
Text Example
White with #C6A69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A69A; }
p { color: rgb(198,166,154); }
H1.HeaderClassName
{
color: #C6A69A;
}
.AnyTagClassName
{
color: #C6A69A;
}
</style>
background-color css
<style>
a { background-color: #C6A69A; }
a { background-color: rgb(198,166,154); }
div.DivClassName
{
background-color: #C6A69A;
}
.BgClassName
{
background-color: #C6A69A;
}
</style>
border-color css
<style>
span { border-color: #C6A69A; }
span { border-color: rgb(198,166,154); }
td.TdClassName
{
border-color: #C6A69A;
}
.TagClassName
{
border-color: #C6A69A;
}
</style>