Shades of Eunry #C7A494
Tints of Eunry #C7A494
RGB
CMYK
RGB Variations
Color information
#C7A494 (or 0xC7A494) is known color: Eunry. HEX triplet: C7, A4 and 94. RGB value is (199,164,148). Sum of RGB (Red+Green+Blue) = 199+164+148=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 164 (64.45% from 255 or 32.09% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A494 is #385B6B. Grayscale: #ACACAC. Windows color (decimal): -3693420 or 9741511. OLE color: 9741511.
HSL color Cylindrical-coordinate representation of color #C7A494: hue angle of 18.82º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C7A494 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 164 | 148 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.22 |
| HSL | 18.82º | 0.31% | 0.68% | - |
| HSV(B) | 18.82º | 0.26% | 0.78% | - |
| XYZ | 42.17 | 40.83 | 33.68 | - |
| YUV | 172.64 | 114.1 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 164 | 148 | 0 | 0.18 | 0.26 | 0.22 | 18.82 | 0.31 | 0.68 |
| Hex | C7 | A4 | 94 | 0 | 12 | 1A | 16 | 13 | 1F | 44 |
| Octal | 307 | 244 | 224 | 0 | 22 | 32 | 26 | 23 | 37 | 104 |
| Binary | 11000111 | 10100100 | 10010100 | 0 | 10010 | 11010 | 10110 | 10011 | 11111 | 1000100 |
Color Harmonies of #C7A494
Complementary color
Monochromatic Colors of #C7A494
Black with #C7A494
Text Example
Text Example
White with #C7A494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A494; }
p { color: rgb(199,164,148); }
H1.HeaderClassName
{
color: #C7A494;
}
.AnyTagClassName
{
color: #C7A494;
}
</style>
background-color css
<style>
a { background-color: #C7A494; }
a { background-color: rgb(199,164,148); }
div.DivClassName
{
background-color: #C7A494;
}
.BgClassName
{
background-color: #C7A494;
}
</style>
border-color css
<style>
span { border-color: #C7A494; }
span { border-color: rgb(199,164,148); }
td.TdClassName
{
border-color: #C7A494;
}
.TagClassName
{
border-color: #C7A494;
}
</style>