Shades of Eunry #C9A49E
Tints of Eunry #C9A49E
RGB
CMYK
RGB Variations
Color information
#C9A49E (or 0xC9A49E) is known color: Eunry. HEX triplet: C9, A4 and 9E. RGB value is (201,164,158). Sum of RGB (Red+Green+Blue) = 201+164+158=523 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.43% from 523); Green value is 164 (64.45% from 255 or 31.36% from 523); Blue value is 158 (62.11% from 255 or 30.21% from 523); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A49E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A49E is #365B61. Grayscale: #AEAEAE. Windows color (decimal): -3562338 or 10396873. OLE color: 10396873.
HSL color Cylindrical-coordinate representation of color #C9A49E: hue angle of 8.37º 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 #C9A49E is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 164 | 158 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.21 |
| HSL | 8.37º | 0.28% | 0.7% | - |
| HSV(B) | 8.37º | 0.21% | 0.79% | - |
| XYZ | 43.53 | 41.44 | 38.05 | - |
| YUV | 174.38 | 118.76 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 164 | 158 | 0 | 0.18 | 0.21 | 0.21 | 8.37 | 0.28 | 0.7 |
| Hex | C9 | A4 | 9E | 0 | 12 | 15 | 15 | 8 | 1C | 46 |
| Octal | 311 | 244 | 236 | 0 | 22 | 25 | 25 | 10 | 34 | 106 |
| Binary | 11001001 | 10100100 | 10011110 | 0 | 10010 | 10101 | 10101 | 1000 | 11100 | 1000110 |
Color Harmonies of #C9A49E
Complementary color
Monochromatic Colors of #C9A49E
Black with #C9A49E
Text Example
Text Example
White with #C9A49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A49E; }
p { color: rgb(201,164,158); }
H1.HeaderClassName
{
color: #C9A49E;
}
.AnyTagClassName
{
color: #C9A49E;
}
</style>
background-color css
<style>
a { background-color: #C9A49E; }
a { background-color: rgb(201,164,158); }
div.DivClassName
{
background-color: #C9A49E;
}
.BgClassName
{
background-color: #C9A49E;
}
</style>
border-color css
<style>
span { border-color: #C9A49E; }
span { border-color: rgb(201,164,158); }
td.TdClassName
{
border-color: #C9A49E;
}
.TagClassName
{
border-color: #C9A49E;
}
</style>