Shades of Eunry #C4A49B
Tints of Eunry #C4A49B
RGB
CMYK
RGB Variations
Color information
#C4A49B (or 0xC4A49B) is known color: Eunry. HEX triplet: C4, A4 and 9B. RGB value is (196,164,155). Sum of RGB (Red+Green+Blue) = 196+164+155=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 164 (64.45% from 255 or 31.84% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A49B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A49B is #3B5B64. Grayscale: #ACACAC. Windows color (decimal): -3890021 or 10200260. OLE color: 10200260.
HSL color Cylindrical-coordinate representation of color #C4A49B: hue angle of 13.17º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4A49B is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 164 | 155 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.23 |
| HSL | 13.17º | 0.26% | 0.69% | - |
| HSV(B) | 13.17º | 0.21% | 0.77% | - |
| XYZ | 41.96 | 40.65 | 36.65 | - |
| YUV | 172.54 | 118.1 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 164 | 155 | 0 | 0.16 | 0.21 | 0.23 | 13.17 | 0.26 | 0.69 |
| Hex | C4 | A4 | 9B | 0 | 10 | 15 | 17 | D | 1A | 45 |
| Octal | 304 | 244 | 233 | 0 | 20 | 25 | 27 | 15 | 32 | 105 |
| Binary | 11000100 | 10100100 | 10011011 | 0 | 10000 | 10101 | 10111 | 1101 | 11010 | 1000101 |
Color Harmonies of #C4A49B
Complementary color
Monochromatic Colors of #C4A49B
Black with #C4A49B
Text Example
Text Example
White with #C4A49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A49B; }
p { color: rgb(196,164,155); }
H1.HeaderClassName
{
color: #C4A49B;
}
.AnyTagClassName
{
color: #C4A49B;
}
</style>
background-color css
<style>
a { background-color: #C4A49B; }
a { background-color: rgb(196,164,155); }
div.DivClassName
{
background-color: #C4A49B;
}
.BgClassName
{
background-color: #C4A49B;
}
</style>
border-color css
<style>
span { border-color: #C4A49B; }
span { border-color: rgb(196,164,155); }
td.TdClassName
{
border-color: #C4A49B;
}
.TagClassName
{
border-color: #C4A49B;
}
</style>