Shades of Eunry #C9AB9E
Tints of Eunry #C9AB9E
RGB
CMYK
RGB Variations
Color information
#C9AB9E (or 0xC9AB9E) is known color: Eunry. HEX triplet: C9, AB and 9E. RGB value is (201,171,158). Sum of RGB (Red+Green+Blue) = 201+171+158=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 158 (62.11% from 255 or 29.81% from 530); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AB9E is #365461. Grayscale: #B2B2B2. Windows color (decimal): -3560546 or 10398665. OLE color: 10398665.
HSL color Cylindrical-coordinate representation of color #C9AB9E: hue angle of 18.14º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9AB9E is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 171 | 158 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.21 |
| HSL | 18.14º | 0.28% | 0.7% | - |
| HSV(B) | 18.14º | 0.21% | 0.79% | - |
| XYZ | 44.82 | 44.01 | 38.48 | - |
| YUV | 178.49 | 116.44 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 171 | 158 | 0 | 0.15 | 0.21 | 0.21 | 18.14 | 0.28 | 0.7 |
| Hex | C9 | AB | 9E | 0 | F | 15 | 15 | 12 | 1C | 46 |
| Octal | 311 | 253 | 236 | 0 | 17 | 25 | 25 | 22 | 34 | 106 |
| Binary | 11001001 | 10101011 | 10011110 | 0 | 1111 | 10101 | 10101 | 10010 | 11100 | 1000110 |
Color Harmonies of #C9AB9E
Complementary color
Monochromatic Colors of #C9AB9E
Black with #C9AB9E
Text Example
Text Example
White with #C9AB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AB9E; }
p { color: rgb(201,171,158); }
H1.HeaderClassName
{
color: #C9AB9E;
}
.AnyTagClassName
{
color: #C9AB9E;
}
</style>
background-color css
<style>
a { background-color: #C9AB9E; }
a { background-color: rgb(201,171,158); }
div.DivClassName
{
background-color: #C9AB9E;
}
.BgClassName
{
background-color: #C9AB9E;
}
</style>
border-color css
<style>
span { border-color: #C9AB9E; }
span { border-color: rgb(201,171,158); }
td.TdClassName
{
border-color: #C9AB9E;
}
.TagClassName
{
border-color: #C9AB9E;
}
</style>