Shades of Eunry #C8A799
Tints of Eunry #C8A799
RGB
CMYK
RGB Variations
Color information
#C8A799 (or 0xC8A799) is known color: Eunry. HEX triplet: C8, A7 and 99. RGB value is (200,167,153). Sum of RGB (Red+Green+Blue) = 200+167+153=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 167 (65.62% from 255 or 32.12% from 520); Blue value is 153 (60.16% from 255 or 29.42% from 520); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A799 is #375866. Grayscale: #AFAFAF. Windows color (decimal): -3627111 or 10069960. OLE color: 10069960.
HSL color Cylindrical-coordinate representation of color #C8A799: hue angle of 17.87º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8A799 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 167 | 153 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.22 |
| HSL | 17.87º | 0.3% | 0.69% | - |
| HSV(B) | 17.87º | 0.24% | 0.78% | - |
| XYZ | 43.39 | 42.22 | 36 | - |
| YUV | 175.27 | 115.43 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 167 | 153 | 0 | 0.16 | 0.24 | 0.22 | 17.87 | 0.3 | 0.69 |
| Hex | C8 | A7 | 99 | 0 | 10 | 18 | 16 | 12 | 1E | 45 |
| Octal | 310 | 247 | 231 | 0 | 20 | 30 | 26 | 22 | 36 | 105 |
| Binary | 11001000 | 10100111 | 10011001 | 0 | 10000 | 11000 | 10110 | 10010 | 11110 | 1000101 |
Color Harmonies of #C8A799
Complementary color
Monochromatic Colors of #C8A799
Black with #C8A799
Text Example
Text Example
White with #C8A799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A799; }
p { color: rgb(200,167,153); }
H1.HeaderClassName
{
color: #C8A799;
}
.AnyTagClassName
{
color: #C8A799;
}
</style>
background-color css
<style>
a { background-color: #C8A799; }
a { background-color: rgb(200,167,153); }
div.DivClassName
{
background-color: #C8A799;
}
.BgClassName
{
background-color: #C8A799;
}
</style>
border-color css
<style>
span { border-color: #C8A799; }
span { border-color: rgb(200,167,153); }
td.TdClassName
{
border-color: #C8A799;
}
.TagClassName
{
border-color: #C8A799;
}
</style>