Shades of Eunry #C8A99D
Tints of Eunry #C8A99D
RGB
CMYK
RGB Variations
Color information
#C8A99D (or 0xC8A99D) is known color: Eunry. HEX triplet: C8, A9 and 9D. RGB value is (200,169,157). Sum of RGB (Red+Green+Blue) = 200+169+157=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 169 (66.41% from 255 or 32.13% from 526); Blue value is 157 (61.72% from 255 or 29.85% from 526); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A99D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A99D is #375662. Grayscale: #B0B0B0. Windows color (decimal): -3626595 or 10332616. OLE color: 10332616.
HSL color Cylindrical-coordinate representation of color #C8A99D: hue angle of 16.74º 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 #C8A99D is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 169 | 157 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.22 |
| HSL | 16.74º | 0.28% | 0.7% | - |
| HSV(B) | 16.74º | 0.22% | 0.78% | - |
| XYZ | 44.09 | 43.09 | 37.89 | - |
| YUV | 176.9 | 116.77 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 169 | 157 | 0 | 0.16 | 0.22 | 0.22 | 16.74 | 0.28 | 0.7 |
| Hex | C8 | A9 | 9D | 0 | 10 | 16 | 16 | 11 | 1C | 46 |
| Octal | 310 | 251 | 235 | 0 | 20 | 26 | 26 | 21 | 34 | 106 |
| Binary | 11001000 | 10101001 | 10011101 | 0 | 10000 | 10110 | 10110 | 10001 | 11100 | 1000110 |
Color Harmonies of #C8A99D
Complementary color
Monochromatic Colors of #C8A99D
Black with #C8A99D
Text Example
Text Example
White with #C8A99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A99D; }
p { color: rgb(200,169,157); }
H1.HeaderClassName
{
color: #C8A99D;
}
.AnyTagClassName
{
color: #C8A99D;
}
</style>
background-color css
<style>
a { background-color: #C8A99D; }
a { background-color: rgb(200,169,157); }
div.DivClassName
{
background-color: #C8A99D;
}
.BgClassName
{
background-color: #C8A99D;
}
</style>
border-color css
<style>
span { border-color: #C8A99D; }
span { border-color: rgb(200,169,157); }
td.TdClassName
{
border-color: #C8A99D;
}
.TagClassName
{
border-color: #C8A99D;
}
</style>