Shades of Eunry #C4A096
Tints of Eunry #C4A096
RGB
CMYK
RGB Variations
Color information
#C4A096 (or 0xC4A096) is known color: Eunry. HEX triplet: C4, A0 and 96. RGB value is (196,160,150). Sum of RGB (Red+Green+Blue) = 196+160+150=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A096 is #3B5F69. Grayscale: #A9A9A9. Windows color (decimal): -3891050 or 9871556. OLE color: 9871556.
HSL color Cylindrical-coordinate representation of color #C4A096: hue angle of 13.04º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4A096 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 160 | 150 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.23 |
| HSL | 13.04º | 0.28% | 0.68% | - |
| HSV(B) | 13.04º | 0.23% | 0.77% | - |
| XYZ | 40.84 | 39.08 | 34.24 | - |
| YUV | 169.62 | 116.93 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 160 | 150 | 0 | 0.18 | 0.23 | 0.23 | 13.04 | 0.28 | 0.68 |
| Hex | C4 | A0 | 96 | 0 | 12 | 17 | 17 | D | 1C | 44 |
| Octal | 304 | 240 | 226 | 0 | 22 | 27 | 27 | 15 | 34 | 104 |
| Binary | 11000100 | 10100000 | 10010110 | 0 | 10010 | 10111 | 10111 | 1101 | 11100 | 1000100 |
Color Harmonies of #C4A096
Complementary color
Monochromatic Colors of #C4A096
Black with #C4A096
Text Example
Text Example
White with #C4A096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A096; }
p { color: rgb(196,160,150); }
H1.HeaderClassName
{
color: #C4A096;
}
.AnyTagClassName
{
color: #C4A096;
}
</style>
background-color css
<style>
a { background-color: #C4A096; }
a { background-color: rgb(196,160,150); }
div.DivClassName
{
background-color: #C4A096;
}
.BgClassName
{
background-color: #C4A096;
}
</style>
border-color css
<style>
span { border-color: #C4A096; }
span { border-color: rgb(196,160,150); }
td.TdClassName
{
border-color: #C4A096;
}
.TagClassName
{
border-color: #C4A096;
}
</style>