Shades of Eunry #C4A29B
Tints of Eunry #C4A29B
RGB
CMYK
RGB Variations
Color information
#C4A29B (or 0xC4A29B) is known color: Eunry. HEX triplet: C4, A2 and 9B. RGB value is (196,162,155). Sum of RGB (Red+Green+Blue) = 196+162+155=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 162 (63.67% from 255 or 31.58% from 513); Blue value is 155 (60.94% from 255 or 30.21% from 513); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A29B is #3B5D64. Grayscale: #ABABAB. Windows color (decimal): -3890533 or 10199748. OLE color: 10199748.
HSL color Cylindrical-coordinate representation of color #C4A29B: hue angle of 10.24º 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 #C4A29B is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 162 | 155 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.23 |
| HSL | 10.24º | 0.26% | 0.69% | - |
| HSV(B) | 10.24º | 0.21% | 0.77% | - |
| XYZ | 41.6 | 39.94 | 36.53 | - |
| YUV | 171.37 | 118.76 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 162 | 155 | 0 | 0.17 | 0.21 | 0.23 | 10.24 | 0.26 | 0.69 |
| Hex | C4 | A2 | 9B | 0 | 11 | 15 | 17 | A | 1A | 45 |
| Octal | 304 | 242 | 233 | 0 | 21 | 25 | 27 | 12 | 32 | 105 |
| Binary | 11000100 | 10100010 | 10011011 | 0 | 10001 | 10101 | 10111 | 1010 | 11010 | 1000101 |
Color Harmonies of #C4A29B
Complementary color
Monochromatic Colors of #C4A29B
Black with #C4A29B
Text Example
Text Example
White with #C4A29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A29B; }
p { color: rgb(196,162,155); }
H1.HeaderClassName
{
color: #C4A29B;
}
.AnyTagClassName
{
color: #C4A29B;
}
</style>
background-color css
<style>
a { background-color: #C4A29B; }
a { background-color: rgb(196,162,155); }
div.DivClassName
{
background-color: #C4A29B;
}
.BgClassName
{
background-color: #C4A29B;
}
</style>
border-color css
<style>
span { border-color: #C4A29B; }
span { border-color: rgb(196,162,155); }
td.TdClassName
{
border-color: #C4A29B;
}
.TagClassName
{
border-color: #C4A29B;
}
</style>