Shades of Eunry #C8A39D
Tints of Eunry #C8A39D
RGB
CMYK
RGB Variations
Color information
#C8A39D (or 0xC8A39D) is known color: Eunry. HEX triplet: C8, A3 and 9D. RGB value is (200,163,157). Sum of RGB (Red+Green+Blue) = 200+163+157=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 157 (61.72% from 255 or 30.19% from 520); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A39D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A39D is #375C62. Grayscale: #ADADAD. Windows color (decimal): -3628131 or 10331080. OLE color: 10331080.
HSL color Cylindrical-coordinate representation of color #C8A39D: hue angle of 8.37º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8A39D is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 163 | 157 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.22 |
| HSL | 8.37º | 0.28% | 0.7% | - |
| HSV(B) | 8.37º | 0.22% | 0.78% | - |
| XYZ | 43 | 40.91 | 37.53 | - |
| YUV | 173.38 | 118.76 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 163 | 157 | 0 | 0.18 | 0.22 | 0.22 | 8.37 | 0.28 | 0.7 |
| Hex | C8 | A3 | 9D | 0 | 12 | 16 | 16 | 8 | 1C | 46 |
| Octal | 310 | 243 | 235 | 0 | 22 | 26 | 26 | 10 | 34 | 106 |
| Binary | 11001000 | 10100011 | 10011101 | 0 | 10010 | 10110 | 10110 | 1000 | 11100 | 1000110 |
Color Harmonies of #C8A39D
Complementary color
Monochromatic Colors of #C8A39D
Black with #C8A39D
Text Example
Text Example
White with #C8A39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A39D; }
p { color: rgb(200,163,157); }
H1.HeaderClassName
{
color: #C8A39D;
}
.AnyTagClassName
{
color: #C8A39D;
}
</style>
background-color css
<style>
a { background-color: #C8A39D; }
a { background-color: rgb(200,163,157); }
div.DivClassName
{
background-color: #C8A39D;
}
.BgClassName
{
background-color: #C8A39D;
}
</style>
border-color css
<style>
span { border-color: #C8A39D; }
span { border-color: rgb(200,163,157); }
td.TdClassName
{
border-color: #C8A39D;
}
.TagClassName
{
border-color: #C8A39D;
}
</style>