Shades of Eunry #C8A19B
Tints of Eunry #C8A19B
RGB
CMYK
RGB Variations
Color information
#C8A19B (or 0xC8A19B) is known color: Eunry. HEX triplet: C8, A1 and 9B. RGB value is (200,161,155). Sum of RGB (Red+Green+Blue) = 200+161+155=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 161 (63.28% from 255 or 31.20% from 516); Blue value is 155 (60.94% from 255 or 30.04% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A19B is #375E64. Grayscale: #ACACAC. Windows color (decimal): -3628645 or 10199496. OLE color: 10199496.
HSL color Cylindrical-coordinate representation of color #C8A19B: hue angle of 8º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8A19B is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 161 | 155 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.22 |
| HSL | 8º | 0.29% | 0.7% | - |
| HSV(B) | 8º | 0.23% | 0.78% | - |
| XYZ | 42.48 | 40.14 | 36.52 | - |
| YUV | 171.98 | 118.42 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 161 | 155 | 0 | 0.19 | 0.22 | 0.22 | 8 | 0.29 | 0.7 |
| Hex | C8 | A1 | 9B | 0 | 13 | 16 | 16 | 8 | 1D | 46 |
| Octal | 310 | 241 | 233 | 0 | 23 | 26 | 26 | 10 | 35 | 106 |
| Binary | 11001000 | 10100001 | 10011011 | 0 | 10011 | 10110 | 10110 | 1000 | 11101 | 1000110 |
Color Harmonies of #C8A19B
Complementary color
Monochromatic Colors of #C8A19B
Black with #C8A19B
Text Example
Text Example
White with #C8A19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A19B; }
p { color: rgb(200,161,155); }
H1.HeaderClassName
{
color: #C8A19B;
}
.AnyTagClassName
{
color: #C8A19B;
}
</style>
background-color css
<style>
a { background-color: #C8A19B; }
a { background-color: rgb(200,161,155); }
div.DivClassName
{
background-color: #C8A19B;
}
.BgClassName
{
background-color: #C8A19B;
}
</style>
border-color css
<style>
span { border-color: #C8A19B; }
span { border-color: rgb(200,161,155); }
td.TdClassName
{
border-color: #C8A19B;
}
.TagClassName
{
border-color: #C8A19B;
}
</style>