Shades of Eunry #C7A49C
Tints of Eunry #C7A49C
RGB
CMYK
RGB Variations
Color information
#C7A49C (or 0xC7A49C) is known color: Eunry. HEX triplet: C7, A4 and 9C. RGB value is (199,164,156). Sum of RGB (Red+Green+Blue) = 199+164+156=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A49C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A49C is #385B63. Grayscale: #ADADAD. Windows color (decimal): -3693412 or 10265799. OLE color: 10265799.
HSL color Cylindrical-coordinate representation of color #C7A49C: hue angle of 11.16º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7A49C is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 164 | 156 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.22 |
| HSL | 11.16º | 0.28% | 0.7% | - |
| HSV(B) | 11.16º | 0.22% | 0.78% | - |
| XYZ | 42.83 | 41.09 | 37.13 | - |
| YUV | 173.55 | 118.1 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 164 | 156 | 0 | 0.18 | 0.22 | 0.22 | 11.16 | 0.28 | 0.7 |
| Hex | C7 | A4 | 9C | 0 | 12 | 16 | 16 | B | 1C | 46 |
| Octal | 307 | 244 | 234 | 0 | 22 | 26 | 26 | 13 | 34 | 106 |
| Binary | 11000111 | 10100100 | 10011100 | 0 | 10010 | 10110 | 10110 | 1011 | 11100 | 1000110 |
Color Harmonies of #C7A49C
Complementary color
Monochromatic Colors of #C7A49C
Black with #C7A49C
Text Example
Text Example
White with #C7A49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A49C; }
p { color: rgb(199,164,156); }
H1.HeaderClassName
{
color: #C7A49C;
}
.AnyTagClassName
{
color: #C7A49C;
}
</style>
background-color css
<style>
a { background-color: #C7A49C; }
a { background-color: rgb(199,164,156); }
div.DivClassName
{
background-color: #C7A49C;
}
.BgClassName
{
background-color: #C7A49C;
}
</style>
border-color css
<style>
span { border-color: #C7A49C; }
span { border-color: rgb(199,164,156); }
td.TdClassName
{
border-color: #C7A49C;
}
.TagClassName
{
border-color: #C7A49C;
}
</style>