Shades of Eunry #C9A19F
Tints of Eunry #C9A19F
RGB
CMYK
RGB Variations
Color information
#C9A19F (or 0xC9A19F) is known color: Eunry. HEX triplet: C9, A1 and 9F. RGB value is (201,161,159). Sum of RGB (Red+Green+Blue) = 201+161+159=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 159 (62.5% from 255 or 30.52% from 521); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A19F is #365E60. Grayscale: #ACACAC. Windows color (decimal): -3563105 or 10461641. OLE color: 10461641.
HSL color Cylindrical-coordinate representation of color #C9A19F: hue angle of 2.86º 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 #C9A19F is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 161 | 159 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.21 |
| HSL | 2.86º | 0.28% | 0.71% | - |
| HSV(B) | 2.86º | 0.21% | 0.79% | - |
| XYZ | 43.09 | 40.41 | 38.33 | - |
| YUV | 172.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 161 | 159 | 0 | 0.20 | 0.21 | 0.21 | 2.86 | 0.28 | 0.71 |
| Hex | C9 | A1 | 9F | 0 | 14 | 15 | 15 | 3 | 1C | 47 |
| Octal | 311 | 241 | 237 | 0 | 24 | 25 | 25 | 3 | 34 | 107 |
| Binary | 11001001 | 10100001 | 10011111 | 0 | 10100 | 10101 | 10101 | 11 | 11100 | 1000111 |
Color Harmonies of #C9A19F
Complementary color
Monochromatic Colors of #C9A19F
Black with #C9A19F
Text Example
Text Example
White with #C9A19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A19F; }
p { color: rgb(201,161,159); }
H1.HeaderClassName
{
color: #C9A19F;
}
.AnyTagClassName
{
color: #C9A19F;
}
</style>
background-color css
<style>
a { background-color: #C9A19F; }
a { background-color: rgb(201,161,159); }
div.DivClassName
{
background-color: #C9A19F;
}
.BgClassName
{
background-color: #C9A19F;
}
</style>
border-color css
<style>
span { border-color: #C9A19F; }
span { border-color: rgb(201,161,159); }
td.TdClassName
{
border-color: #C9A19F;
}
.TagClassName
{
border-color: #C9A19F;
}
</style>