Shades of Eunry #C8A29C
Tints of Eunry #C8A29C
RGB
CMYK
RGB Variations
Color information
#C8A29C (or 0xC8A29C) is known color: Eunry. HEX triplet: C8, A2 and 9C. RGB value is (200,162,156). Sum of RGB (Red+Green+Blue) = 200+162+156=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 162 (63.67% from 255 or 31.27% from 518); Blue value is 156 (61.33% from 255 or 30.12% from 518); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A29C is #375D63. Grayscale: #ACACAC. Windows color (decimal): -3628388 or 10265288. OLE color: 10265288.
HSL color Cylindrical-coordinate representation of color #C8A29C: hue angle of 8.18º 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 #C8A29C is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 162 | 156 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.22 |
| HSL | 8.18º | 0.29% | 0.7% | - |
| HSV(B) | 8.18º | 0.22% | 0.78% | - |
| XYZ | 42.74 | 40.52 | 37.02 | - |
| YUV | 172.68 | 118.59 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 162 | 156 | 0 | 0.19 | 0.22 | 0.22 | 8.18 | 0.29 | 0.7 |
| Hex | C8 | A2 | 9C | 0 | 13 | 16 | 16 | 8 | 1D | 46 |
| Octal | 310 | 242 | 234 | 0 | 23 | 26 | 26 | 10 | 35 | 106 |
| Binary | 11001000 | 10100010 | 10011100 | 0 | 10011 | 10110 | 10110 | 1000 | 11101 | 1000110 |
Color Harmonies of #C8A29C
Complementary color
Monochromatic Colors of #C8A29C
Black with #C8A29C
Text Example
Text Example
White with #C8A29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A29C; }
p { color: rgb(200,162,156); }
H1.HeaderClassName
{
color: #C8A29C;
}
.AnyTagClassName
{
color: #C8A29C;
}
</style>
background-color css
<style>
a { background-color: #C8A29C; }
a { background-color: rgb(200,162,156); }
div.DivClassName
{
background-color: #C8A29C;
}
.BgClassName
{
background-color: #C8A29C;
}
</style>
border-color css
<style>
span { border-color: #C8A29C; }
span { border-color: rgb(200,162,156); }
td.TdClassName
{
border-color: #C8A29C;
}
.TagClassName
{
border-color: #C8A29C;
}
</style>