Shades of Eunry #C7AAA7
Tints of Eunry #C7AAA7
RGB
CMYK
RGB Variations
Color information
#C7AAA7 (or 0xC7AAA7) is known color: Eunry. HEX triplet: C7, AA and A7. RGB value is (199,170,167). Sum of RGB (Red+Green+Blue) = 199+170+167=536 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.13% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 167 (65.62% from 255 or 31.16% from 536); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AAA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AAA7 is #385558. Grayscale: #B2B2B2. Windows color (decimal): -3691865 or 10988231. OLE color: 10988231.
HSL color Cylindrical-coordinate representation of color #C7AAA7: hue angle of 5.62º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7AAA7 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 170 | 167 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.22 |
| HSL | 5.63º | 0.22% | 0.72% | - |
| HSV(B) | 5.63º | 0.16% | 0.78% | - |
| XYZ | 44.9 | 43.68 | 42.62 | - |
| YUV | 178.33 | 121.61 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 170 | 167 | 0 | 0.15 | 0.16 | 0.22 | 5.63 | 0.22 | 0.72 |
| Hex | C7 | AA | A7 | 0 | F | 10 | 16 | 6 | 16 | 48 |
| Octal | 307 | 252 | 247 | 0 | 17 | 20 | 26 | 6 | 26 | 110 |
| Binary | 11000111 | 10101010 | 10100111 | 0 | 1111 | 10000 | 10110 | 110 | 10110 | 1001000 |
Color Harmonies of #C7AAA7
Complementary color
Monochromatic Colors of #C7AAA7
Black with #C7AAA7
Text Example
Text Example
White with #C7AAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AAA7; }
p { color: rgb(199,170,167); }
H1.HeaderClassName
{
color: #C7AAA7;
}
.AnyTagClassName
{
color: #C7AAA7;
}
</style>
background-color css
<style>
a { background-color: #C7AAA7; }
a { background-color: rgb(199,170,167); }
div.DivClassName
{
background-color: #C7AAA7;
}
.BgClassName
{
background-color: #C7AAA7;
}
</style>
border-color css
<style>
span { border-color: #C7AAA7; }
span { border-color: rgb(199,170,167); }
td.TdClassName
{
border-color: #C7AAA7;
}
.TagClassName
{
border-color: #C7AAA7;
}
</style>