Shades of Eunry #C6AB9E
Tints of Eunry #C6AB9E
RGB
CMYK
RGB Variations
Color information
#C6AB9E (or 0xC6AB9E) is known color: Eunry. HEX triplet: C6, AB and 9E. RGB value is (198,171,158). Sum of RGB (Red+Green+Blue) = 198+171+158=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 158 (62.11% from 255 or 29.98% from 527); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AB9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AB9E is #395461. Grayscale: #B1B1B1. Windows color (decimal): -3757154 or 10398662. OLE color: 10398662.
HSL color Cylindrical-coordinate representation of color #C6AB9E: hue angle of 19.5º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6AB9E is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 171 | 158 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.22 |
| HSL | 19.5º | 0.26% | 0.7% | - |
| HSV(B) | 19.5º | 0.2% | 0.78% | - |
| XYZ | 44.02 | 43.6 | 38.44 | - |
| YUV | 177.59 | 116.95 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 171 | 158 | 0 | 0.14 | 0.20 | 0.22 | 19.5 | 0.26 | 0.7 |
| Hex | C6 | AB | 9E | 0 | E | 14 | 16 | 14 | 1A | 46 |
| Octal | 306 | 253 | 236 | 0 | 16 | 24 | 26 | 24 | 32 | 106 |
| Binary | 11000110 | 10101011 | 10011110 | 0 | 1110 | 10100 | 10110 | 10100 | 11010 | 1000110 |
Color Harmonies of #C6AB9E
Complementary color
Monochromatic Colors of #C6AB9E
Black with #C6AB9E
Text Example
Text Example
White with #C6AB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AB9E; }
p { color: rgb(198,171,158); }
H1.HeaderClassName
{
color: #C6AB9E;
}
.AnyTagClassName
{
color: #C6AB9E;
}
</style>
background-color css
<style>
a { background-color: #C6AB9E; }
a { background-color: rgb(198,171,158); }
div.DivClassName
{
background-color: #C6AB9E;
}
.BgClassName
{
background-color: #C6AB9E;
}
</style>
border-color css
<style>
span { border-color: #C6AB9E; }
span { border-color: rgb(198,171,158); }
td.TdClassName
{
border-color: #C6AB9E;
}
.TagClassName
{
border-color: #C6AB9E;
}
</style>