Shades of Eunry #C5A594
Tints of Eunry #C5A594
RGB
CMYK
RGB Variations
Color information
#C5A594 (or 0xC5A594) is known color: Eunry. HEX triplet: C5, A5 and 94. RGB value is (197,165,148). Sum of RGB (Red+Green+Blue) = 197+165+148=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 148 (58.20% from 255 or 29.02% from 510); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A594 is #3A5A6B. Grayscale: #ACACAC. Windows color (decimal): -3824236 or 9741765. OLE color: 9741765.
HSL color Cylindrical-coordinate representation of color #C5A594: hue angle of 20.82º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5A594 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 165 | 148 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.23 |
| HSL | 20.82º | 0.3% | 0.68% | - |
| HSV(B) | 20.82º | 0.25% | 0.77% | - |
| XYZ | 41.83 | 40.92 | 33.71 | - |
| YUV | 172.63 | 114.1 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 165 | 148 | 0 | 0.16 | 0.25 | 0.23 | 20.82 | 0.3 | 0.68 |
| Hex | C5 | A5 | 94 | 0 | 10 | 19 | 17 | 15 | 1E | 44 |
| Octal | 305 | 245 | 224 | 0 | 20 | 31 | 27 | 25 | 36 | 104 |
| Binary | 11000101 | 10100101 | 10010100 | 0 | 10000 | 11001 | 10111 | 10101 | 11110 | 1000100 |
Color Harmonies of #C5A594
Complementary color
Monochromatic Colors of #C5A594
Black with #C5A594
Text Example
Text Example
White with #C5A594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A594; }
p { color: rgb(197,165,148); }
H1.HeaderClassName
{
color: #C5A594;
}
.AnyTagClassName
{
color: #C5A594;
}
</style>
background-color css
<style>
a { background-color: #C5A594; }
a { background-color: rgb(197,165,148); }
div.DivClassName
{
background-color: #C5A594;
}
.BgClassName
{
background-color: #C5A594;
}
</style>
border-color css
<style>
span { border-color: #C5A594; }
span { border-color: rgb(197,165,148); }
td.TdClassName
{
border-color: #C5A594;
}
.TagClassName
{
border-color: #C5A594;
}
</style>