Shades of Eunry #C7AAA6
Tints of Eunry #C7AAA6
RGB
CMYK
RGB Variations
Color information
#C7AAA6 (or 0xC7AAA6) is known color: Eunry. HEX triplet: C7, AA and A6. RGB value is (199,170,166). Sum of RGB (Red+Green+Blue) = 199+170+166=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 166 (65.23% from 255 or 31.03% from 535); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AAA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AAA6 is #385559. Grayscale: #B2B2B2. Windows color (decimal): -3691866 or 10922695. OLE color: 10922695.
HSL color Cylindrical-coordinate representation of color #C7AAA6: hue angle of 7.27º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7AAA6 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 170 | 166 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.22 |
| HSL | 7.27º | 0.23% | 0.72% | - |
| HSV(B) | 7.27º | 0.17% | 0.78% | - |
| XYZ | 44.81 | 43.64 | 42.14 | - |
| YUV | 178.22 | 121.11 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 170 | 166 | 0 | 0.15 | 0.17 | 0.22 | 7.27 | 0.23 | 0.72 |
| Hex | C7 | AA | A6 | 0 | F | 11 | 16 | 7 | 17 | 48 |
| Octal | 307 | 252 | 246 | 0 | 17 | 21 | 26 | 7 | 27 | 110 |
| Binary | 11000111 | 10101010 | 10100110 | 0 | 1111 | 10001 | 10110 | 111 | 10111 | 1001000 |
Color Harmonies of #C7AAA6
Complementary color
Monochromatic Colors of #C7AAA6
Black with #C7AAA6
Text Example
Text Example
White with #C7AAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AAA6; }
p { color: rgb(199,170,166); }
H1.HeaderClassName
{
color: #C7AAA6;
}
.AnyTagClassName
{
color: #C7AAA6;
}
</style>
background-color css
<style>
a { background-color: #C7AAA6; }
a { background-color: rgb(199,170,166); }
div.DivClassName
{
background-color: #C7AAA6;
}
.BgClassName
{
background-color: #C7AAA6;
}
</style>
border-color css
<style>
span { border-color: #C7AAA6; }
span { border-color: rgb(199,170,166); }
td.TdClassName
{
border-color: #C7AAA6;
}
.TagClassName
{
border-color: #C7AAA6;
}
</style>