Shades of Eunry #C7A99A
Tints of Eunry #C7A99A
RGB
CMYK
RGB Variations
Color information
#C7A99A (or 0xC7A99A) is known color: Eunry. HEX triplet: C7, A9 and 9A. RGB value is (199,169,154). Sum of RGB (Red+Green+Blue) = 199+169+154=522 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.12% from 522); Green value is 169 (66.41% from 255 or 32.38% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A99A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A99A is #385665. Grayscale: #B0B0B0. Windows color (decimal): -3692134 or 10136007. OLE color: 10136007.
HSL color Cylindrical-coordinate representation of color #C7A99A: hue angle of 20º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C7A99A is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 169 | 154 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.22 |
| HSL | 20º | 0.29% | 0.69% | - |
| HSV(B) | 20º | 0.23% | 0.78% | - |
| XYZ | 43.57 | 42.85 | 36.55 | - |
| YUV | 176.26 | 115.44 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 169 | 154 | 0 | 0.15 | 0.23 | 0.22 | 20 | 0.29 | 0.69 |
| Hex | C7 | A9 | 9A | 0 | F | 17 | 16 | 14 | 1D | 45 |
| Octal | 307 | 251 | 232 | 0 | 17 | 27 | 26 | 24 | 35 | 105 |
| Binary | 11000111 | 10101001 | 10011010 | 0 | 1111 | 10111 | 10110 | 10100 | 11101 | 1000101 |
Color Harmonies of #C7A99A
Complementary color
Monochromatic Colors of #C7A99A
Black with #C7A99A
Text Example
Text Example
White with #C7A99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A99A; }
p { color: rgb(199,169,154); }
H1.HeaderClassName
{
color: #C7A99A;
}
.AnyTagClassName
{
color: #C7A99A;
}
</style>
background-color css
<style>
a { background-color: #C7A99A; }
a { background-color: rgb(199,169,154); }
div.DivClassName
{
background-color: #C7A99A;
}
.BgClassName
{
background-color: #C7A99A;
}
</style>
border-color css
<style>
span { border-color: #C7A99A; }
span { border-color: rgb(199,169,154); }
td.TdClassName
{
border-color: #C7A99A;
}
.TagClassName
{
border-color: #C7A99A;
}
</style>