Shades of Eunry #C4A49F
Tints of Eunry #C4A49F
RGB
CMYK
RGB Variations
Color information
#C4A49F (or 0xC4A49F) is known color: Eunry. HEX triplet: C4, A4 and 9F. RGB value is (196,164,159). Sum of RGB (Red+Green+Blue) = 196+164+159=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 159 (62.5% from 255 or 30.64% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A49F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A49F is #3B5B60. Grayscale: #ADADAD. Windows color (decimal): -3890017 or 10462404. OLE color: 10462404.
HSL color Cylindrical-coordinate representation of color #C4A49F: hue angle of 8.11º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4A49F is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 164 | 159 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.23 |
| HSL | 8.11º | 0.24% | 0.7% | - |
| HSV(B) | 8.11º | 0.19% | 0.77% | - |
| XYZ | 42.3 | 40.79 | 38.44 | - |
| YUV | 173 | 120.1 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 164 | 159 | 0 | 0.16 | 0.19 | 0.23 | 8.11 | 0.24 | 0.7 |
| Hex | C4 | A4 | 9F | 0 | 10 | 13 | 17 | 8 | 18 | 46 |
| Octal | 304 | 244 | 237 | 0 | 20 | 23 | 27 | 10 | 30 | 106 |
| Binary | 11000100 | 10100100 | 10011111 | 0 | 10000 | 10011 | 10111 | 1000 | 11000 | 1000110 |
Color Harmonies of #C4A49F
Complementary color
Monochromatic Colors of #C4A49F
Black with #C4A49F
Text Example
Text Example
White with #C4A49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A49F; }
p { color: rgb(196,164,159); }
H1.HeaderClassName
{
color: #C4A49F;
}
.AnyTagClassName
{
color: #C4A49F;
}
</style>
background-color css
<style>
a { background-color: #C4A49F; }
a { background-color: rgb(196,164,159); }
div.DivClassName
{
background-color: #C4A49F;
}
.BgClassName
{
background-color: #C4A49F;
}
</style>
border-color css
<style>
span { border-color: #C4A49F; }
span { border-color: rgb(196,164,159); }
td.TdClassName
{
border-color: #C4A49F;
}
.TagClassName
{
border-color: #C4A49F;
}
</style>