Shades of Eunry #C9A19E
Tints of Eunry #C9A19E
RGB
CMYK
RGB Variations
Color information
#C9A19E (or 0xC9A19E) is known color: Eunry. HEX triplet: C9, A1 and 9E. RGB value is (201,161,158). Sum of RGB (Red+Green+Blue) = 201+161+158=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 158 (62.11% from 255 or 30.38% from 520); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A19E is #365E61. Grayscale: #ACACAC. Windows color (decimal): -3563106 or 10396105. OLE color: 10396105.
HSL color Cylindrical-coordinate representation of color #C9A19E: hue angle of 4.19º 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 #C9A19E is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 161 | 158 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.21 |
| HSL | 4.19º | 0.28% | 0.7% | - |
| HSV(B) | 4.19º | 0.21% | 0.79% | - |
| XYZ | 43 | 40.38 | 37.87 | - |
| YUV | 172.62 | 119.75 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 161 | 158 | 0 | 0.20 | 0.21 | 0.21 | 4.19 | 0.28 | 0.7 |
| Hex | C9 | A1 | 9E | 0 | 14 | 15 | 15 | 4 | 1C | 46 |
| Octal | 311 | 241 | 236 | 0 | 24 | 25 | 25 | 4 | 34 | 106 |
| Binary | 11001001 | 10100001 | 10011110 | 0 | 10100 | 10101 | 10101 | 100 | 11100 | 1000110 |
Color Harmonies of #C9A19E
Complementary color
Monochromatic Colors of #C9A19E
Black with #C9A19E
Text Example
Text Example
White with #C9A19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A19E; }
p { color: rgb(201,161,158); }
H1.HeaderClassName
{
color: #C9A19E;
}
.AnyTagClassName
{
color: #C9A19E;
}
</style>
background-color css
<style>
a { background-color: #C9A19E; }
a { background-color: rgb(201,161,158); }
div.DivClassName
{
background-color: #C9A19E;
}
.BgClassName
{
background-color: #C9A19E;
}
</style>
border-color css
<style>
span { border-color: #C9A19E; }
span { border-color: rgb(201,161,158); }
td.TdClassName
{
border-color: #C9A19E;
}
.TagClassName
{
border-color: #C9A19E;
}
</style>