Shades of Eunry #C4A398
Tints of Eunry #C4A398
RGB
CMYK
RGB Variations
Color information
#C4A398 (or 0xC4A398) is known color: Eunry. HEX triplet: C4, A3 and 98. RGB value is (196,163,152). Sum of RGB (Red+Green+Blue) = 196+163+152=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 152 (59.77% from 255 or 29.75% from 511); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A398 is #3B5C67. Grayscale: #ABABAB. Windows color (decimal): -3890280 or 10003396. OLE color: 10003396.
HSL color Cylindrical-coordinate representation of color #C4A398: hue angle of 15º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4A398 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 163 | 152 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.23 |
| HSL | 15º | 0.27% | 0.68% | - |
| HSV(B) | 15º | 0.22% | 0.77% | - |
| XYZ | 41.53 | 40.2 | 35.28 | - |
| YUV | 171.61 | 116.93 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 163 | 152 | 0 | 0.17 | 0.22 | 0.23 | 15 | 0.27 | 0.68 |
| Hex | C4 | A3 | 98 | 0 | 11 | 16 | 17 | F | 1B | 44 |
| Octal | 304 | 243 | 230 | 0 | 21 | 26 | 27 | 17 | 33 | 104 |
| Binary | 11000100 | 10100011 | 10011000 | 0 | 10001 | 10110 | 10111 | 1111 | 11011 | 1000100 |
Color Harmonies of #C4A398
Complementary color
Monochromatic Colors of #C4A398
Black with #C4A398
Text Example
Text Example
White with #C4A398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A398; }
p { color: rgb(196,163,152); }
H1.HeaderClassName
{
color: #C4A398;
}
.AnyTagClassName
{
color: #C4A398;
}
</style>
background-color css
<style>
a { background-color: #C4A398; }
a { background-color: rgb(196,163,152); }
div.DivClassName
{
background-color: #C4A398;
}
.BgClassName
{
background-color: #C4A398;
}
</style>
border-color css
<style>
span { border-color: #C4A398; }
span { border-color: rgb(196,163,152); }
td.TdClassName
{
border-color: #C4A398;
}
.TagClassName
{
border-color: #C4A398;
}
</style>