Shades of Eunry #C8A19C
Tints of Eunry #C8A19C
RGB
CMYK
RGB Variations
Color information
#C8A19C (or 0xC8A19C) is known color: Eunry. HEX triplet: C8, A1 and 9C. RGB value is (200,161,156). Sum of RGB (Red+Green+Blue) = 200+161+156=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 161 (63.28% from 255 or 31.14% from 517); Blue value is 156 (61.33% from 255 or 30.17% from 517); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A19C is #375E63. Grayscale: #ACACAC. Windows color (decimal): -3628644 or 10265032. OLE color: 10265032.
HSL color Cylindrical-coordinate representation of color #C8A19C: hue angle of 6.82º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8A19C is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 161 | 156 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.22 |
| HSL | 6.82º | 0.29% | 0.7% | - |
| HSV(B) | 6.82º | 0.22% | 0.78% | - |
| XYZ | 42.57 | 40.17 | 36.96 | - |
| YUV | 172.09 | 118.92 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 161 | 156 | 0 | 0.19 | 0.22 | 0.22 | 6.82 | 0.29 | 0.7 |
| Hex | C8 | A1 | 9C | 0 | 13 | 16 | 16 | 7 | 1D | 46 |
| Octal | 310 | 241 | 234 | 0 | 23 | 26 | 26 | 7 | 35 | 106 |
| Binary | 11001000 | 10100001 | 10011100 | 0 | 10011 | 10110 | 10110 | 111 | 11101 | 1000110 |
Color Harmonies of #C8A19C
Complementary color
Monochromatic Colors of #C8A19C
Black with #C8A19C
Text Example
Text Example
White with #C8A19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A19C; }
p { color: rgb(200,161,156); }
H1.HeaderClassName
{
color: #C8A19C;
}
.AnyTagClassName
{
color: #C8A19C;
}
</style>
background-color css
<style>
a { background-color: #C8A19C; }
a { background-color: rgb(200,161,156); }
div.DivClassName
{
background-color: #C8A19C;
}
.BgClassName
{
background-color: #C8A19C;
}
</style>
border-color css
<style>
span { border-color: #C8A19C; }
span { border-color: rgb(200,161,156); }
td.TdClassName
{
border-color: #C8A19C;
}
.TagClassName
{
border-color: #C8A19C;
}
</style>