Shades of Eunry #C9A195
Tints of Eunry #C9A195
RGB
CMYK
RGB Variations
Color information
#C9A195 (or 0xC9A195) is known color: Eunry. HEX triplet: C9, A1 and 95. RGB value is (201,161,149). Sum of RGB (Red+Green+Blue) = 201+161+149=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 161 (63.28% from 255 or 31.51% from 511); Blue value is 149 (58.59% from 255 or 29.16% from 511); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A195 is #365E6A. Grayscale: #ABABAB. Windows color (decimal): -3563115 or 9806281. OLE color: 9806281.
HSL color Cylindrical-coordinate representation of color #C9A195: hue angle of 13.85º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9A195 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 161 | 149 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.21 |
| HSL | 13.85º | 0.33% | 0.69% | - |
| HSV(B) | 13.85º | 0.26% | 0.79% | - |
| XYZ | 42.26 | 40.08 | 33.94 | - |
| YUV | 171.59 | 115.25 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 161 | 149 | 0 | 0.20 | 0.26 | 0.21 | 13.85 | 0.33 | 0.69 |
| Hex | C9 | A1 | 95 | 0 | 14 | 1A | 15 | E | 20 | 45 |
| Octal | 311 | 241 | 225 | 0 | 24 | 32 | 25 | 16 | 40 | 105 |
| Binary | 11001001 | 10100001 | 10010101 | 0 | 10100 | 11010 | 10101 | 1110 | 100000 | 1000101 |
Color Harmonies of #C9A195
Complementary color
Monochromatic Colors of #C9A195
Black with #C9A195
Text Example
Text Example
White with #C9A195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A195; }
p { color: rgb(201,161,149); }
H1.HeaderClassName
{
color: #C9A195;
}
.AnyTagClassName
{
color: #C9A195;
}
</style>
background-color css
<style>
a { background-color: #C9A195; }
a { background-color: rgb(201,161,149); }
div.DivClassName
{
background-color: #C9A195;
}
.BgClassName
{
background-color: #C9A195;
}
</style>
border-color css
<style>
span { border-color: #C9A195; }
span { border-color: rgb(201,161,149); }
td.TdClassName
{
border-color: #C9A195;
}
.TagClassName
{
border-color: #C9A195;
}
</style>