Shades of Eunry #C9A199
Tints of Eunry #C9A199
RGB
CMYK
RGB Variations
Color information
#C9A199 (or 0xC9A199) is known color: Eunry. HEX triplet: C9, A1 and 99. RGB value is (201,161,153). Sum of RGB (Red+Green+Blue) = 201+161+153=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 153 (60.16% from 255 or 29.71% from 515); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A199 is #365E66. Grayscale: #ACACAC. Windows color (decimal): -3563111 or 10068425. OLE color: 10068425.
HSL color Cylindrical-coordinate representation of color #C9A199: hue angle of 10º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9A199 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 161 | 153 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.21 |
| HSL | 10º | 0.31% | 0.69% | - |
| HSV(B) | 10º | 0.24% | 0.79% | - |
| XYZ | 42.58 | 40.21 | 35.65 | - |
| YUV | 172.05 | 117.25 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 161 | 153 | 0 | 0.20 | 0.24 | 0.21 | 10 | 0.31 | 0.69 |
| Hex | C9 | A1 | 99 | 0 | 14 | 18 | 15 | A | 1F | 45 |
| Octal | 311 | 241 | 231 | 0 | 24 | 30 | 25 | 12 | 37 | 105 |
| Binary | 11001001 | 10100001 | 10011001 | 0 | 10100 | 11000 | 10101 | 1010 | 11111 | 1000101 |
Color Harmonies of #C9A199
Complementary color
Monochromatic Colors of #C9A199
Black with #C9A199
Text Example
Text Example
White with #C9A199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A199; }
p { color: rgb(201,161,153); }
H1.HeaderClassName
{
color: #C9A199;
}
.AnyTagClassName
{
color: #C9A199;
}
</style>
background-color css
<style>
a { background-color: #C9A199; }
a { background-color: rgb(201,161,153); }
div.DivClassName
{
background-color: #C9A199;
}
.BgClassName
{
background-color: #C9A199;
}
</style>
border-color css
<style>
span { border-color: #C9A199; }
span { border-color: rgb(201,161,153); }
td.TdClassName
{
border-color: #C9A199;
}
.TagClassName
{
border-color: #C9A199;
}
</style>