Shades of Eunry #C9AB9F
Tints of Eunry #C9AB9F
RGB
CMYK
RGB Variations
Color information
#C9AB9F (or 0xC9AB9F) is known color: Eunry. HEX triplet: C9, AB and 9F. RGB value is (201,171,159). Sum of RGB (Red+Green+Blue) = 201+171+159=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 159 (62.5% from 255 or 29.94% from 531); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AB9F is #365460. Grayscale: #B2B2B2. Windows color (decimal): -3560545 or 10464201. OLE color: 10464201.
HSL color Cylindrical-coordinate representation of color #C9AB9F: hue angle of 17.14º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9AB9F is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 171 | 159 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.21 |
| HSL | 17.14º | 0.28% | 0.71% | - |
| HSV(B) | 17.14º | 0.21% | 0.79% | - |
| XYZ | 44.91 | 44.05 | 38.94 | - |
| YUV | 178.6 | 116.94 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 171 | 159 | 0 | 0.15 | 0.21 | 0.21 | 17.14 | 0.28 | 0.71 |
| Hex | C9 | AB | 9F | 0 | F | 15 | 15 | 11 | 1C | 47 |
| Octal | 311 | 253 | 237 | 0 | 17 | 25 | 25 | 21 | 34 | 107 |
| Binary | 11001001 | 10101011 | 10011111 | 0 | 1111 | 10101 | 10101 | 10001 | 11100 | 1000111 |
Color Harmonies of #C9AB9F
Complementary color
Monochromatic Colors of #C9AB9F
Black with #C9AB9F
Text Example
Text Example
White with #C9AB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AB9F; }
p { color: rgb(201,171,159); }
H1.HeaderClassName
{
color: #C9AB9F;
}
.AnyTagClassName
{
color: #C9AB9F;
}
</style>
background-color css
<style>
a { background-color: #C9AB9F; }
a { background-color: rgb(201,171,159); }
div.DivClassName
{
background-color: #C9AB9F;
}
.BgClassName
{
background-color: #C9AB9F;
}
</style>
border-color css
<style>
span { border-color: #C9AB9F; }
span { border-color: rgb(201,171,159); }
td.TdClassName
{
border-color: #C9AB9F;
}
.TagClassName
{
border-color: #C9AB9F;
}
</style>