Shades of Eunry #C8A19A
Tints of Eunry #C8A19A
RGB
CMYK
RGB Variations
Color information
#C8A19A (or 0xC8A19A) is known color: Eunry. HEX triplet: C8, A1 and 9A. RGB value is (200,161,154). Sum of RGB (Red+Green+Blue) = 200+161+154=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 154 (60.55% from 255 or 29.90% from 515); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A19A is #375E65. Grayscale: #ABABAB. Windows color (decimal): -3628646 or 10133960. OLE color: 10133960.
HSL color Cylindrical-coordinate representation of color #C8A19A: hue angle of 9.13º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8A19A is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 161 | 154 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.22 |
| HSL | 9.13º | 0.29% | 0.69% | - |
| HSV(B) | 9.13º | 0.23% | 0.78% | - |
| XYZ | 42.4 | 40.1 | 36.08 | - |
| YUV | 171.86 | 117.92 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 161 | 154 | 0 | 0.19 | 0.23 | 0.22 | 9.13 | 0.29 | 0.69 |
| Hex | C8 | A1 | 9A | 0 | 13 | 17 | 16 | 9 | 1D | 45 |
| Octal | 310 | 241 | 232 | 0 | 23 | 27 | 26 | 11 | 35 | 105 |
| Binary | 11001000 | 10100001 | 10011010 | 0 | 10011 | 10111 | 10110 | 1001 | 11101 | 1000101 |
Color Harmonies of #C8A19A
Complementary color
Monochromatic Colors of #C8A19A
Black with #C8A19A
Text Example
Text Example
White with #C8A19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A19A; }
p { color: rgb(200,161,154); }
H1.HeaderClassName
{
color: #C8A19A;
}
.AnyTagClassName
{
color: #C8A19A;
}
</style>
background-color css
<style>
a { background-color: #C8A19A; }
a { background-color: rgb(200,161,154); }
div.DivClassName
{
background-color: #C8A19A;
}
.BgClassName
{
background-color: #C8A19A;
}
</style>
border-color css
<style>
span { border-color: #C8A19A; }
span { border-color: rgb(200,161,154); }
td.TdClassName
{
border-color: #C8A19A;
}
.TagClassName
{
border-color: #C8A19A;
}
</style>