Shades of Eunry #C8AAA7
Tints of Eunry #C8AAA7
RGB
CMYK
RGB Variations
Color information
#C8AAA7 (or 0xC8AAA7) is known color: Eunry. HEX triplet: C8, AA and A7. RGB value is (200,170,167). Sum of RGB (Red+Green+Blue) = 200+170+167=537 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.24% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 167 (65.62% from 255 or 31.10% from 537); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AAA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AAA7 is #375558. Grayscale: #B2B2B2. Windows color (decimal): -3626329 or 10988232. OLE color: 10988232.
HSL color Cylindrical-coordinate representation of color #C8AAA7: hue angle of 5.45º 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 #C8AAA7 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 170 | 167 | - |
CMYK | 0 | 0.15 | 0.16 | 0.22 |
HSL | 5.45º | 0.23% | 0.72% | - |
HSV(B) | 5.45º | 0.17% | 0.78% | - |
XYZ | 45.17 | 43.82 | 42.64 | - |
YUV | 178.63 | 121.44 | 143.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 170 | 167 | 0 | 0.15 | 0.16 | 0.22 | 5.45 | 0.23 | 0.72 |
Hex | C8 | AA | A7 | 0 | F | 10 | 16 | 5 | 17 | 48 |
Octal | 310 | 252 | 247 | 0 | 17 | 20 | 26 | 5 | 27 | 110 |
Binary | 11001000 | 10101010 | 10100111 | 0 | 1111 | 10000 | 10110 | 101 | 10111 | 1001000 |
Color Harmonies of #C8AAA7
Complementary color
Monochromatic Colors of #C8AAA7
Black with #C8AAA7
Text Example
Text Example
White with #C8AAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AAA7; }
p { color: rgb(200,170,167); }
H1.HeaderClassName
{
color: #C8AAA7;
}
.AnyTagClassName
{
color: #C8AAA7;
}
</style>
background-color css
<style>
a { background-color: #C8AAA7; }
a { background-color: rgb(200,170,167); }
div.DivClassName
{
background-color: #C8AAA7;
}
.BgClassName
{
background-color: #C8AAA7;
}
</style>
border-color css
<style>
span { border-color: #C8AAA7; }
span { border-color: rgb(200,170,167); }
td.TdClassName
{
border-color: #C8AAA7;
}
.TagClassName
{
border-color: #C8AAA7;
}
</style>