Shades of Eunry #C8AA9F
Tints of Eunry #C8AA9F
RGB
CMYK
RGB Variations
Color information
#C8AA9F (or 0xC8AA9F) is known color: Eunry. HEX triplet: C8, AA and 9F. RGB value is (200,170,159). Sum of RGB (Red+Green+Blue) = 200+170+159=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 159 (62.5% from 255 or 30.06% from 529); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AA9F is #375560. Grayscale: #B1B1B1. Windows color (decimal): -3626337 or 10463944. OLE color: 10463944.
HSL color Cylindrical-coordinate representation of color #C8AA9F: hue angle of 16.1º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8AA9F is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 170 | 159 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.22 |
| HSL | 16.1º | 0.27% | 0.7% | - |
| HSV(B) | 16.1º | 0.21% | 0.78% | - |
| XYZ | 44.45 | 43.53 | 38.86 | - |
| YUV | 177.72 | 117.44 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 159 | 0 | 0.15 | 0.20 | 0.22 | 16.1 | 0.27 | 0.7 |
| Hex | C8 | AA | 9F | 0 | F | 14 | 16 | 10 | 1B | 46 |
| Octal | 310 | 252 | 237 | 0 | 17 | 24 | 26 | 20 | 33 | 106 |
| Binary | 11001000 | 10101010 | 10011111 | 0 | 1111 | 10100 | 10110 | 10000 | 11011 | 1000110 |
Color Harmonies of #C8AA9F
Complementary color
Monochromatic Colors of #C8AA9F
Black with #C8AA9F
Text Example
Text Example
White with #C8AA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AA9F; }
p { color: rgb(200,170,159); }
H1.HeaderClassName
{
color: #C8AA9F;
}
.AnyTagClassName
{
color: #C8AA9F;
}
</style>
background-color css
<style>
a { background-color: #C8AA9F; }
a { background-color: rgb(200,170,159); }
div.DivClassName
{
background-color: #C8AA9F;
}
.BgClassName
{
background-color: #C8AA9F;
}
</style>
border-color css
<style>
span { border-color: #C8AA9F; }
span { border-color: rgb(200,170,159); }
td.TdClassName
{
border-color: #C8AA9F;
}
.TagClassName
{
border-color: #C8AA9F;
}
</style>