Shades of Eunry #C8A99B
Tints of Eunry #C8A99B
RGB
CMYK
RGB Variations
Color information
#C8A99B (or 0xC8A99B) is known color: Eunry. HEX triplet: C8, A9 and 9B. RGB value is (200,169,155). Sum of RGB (Red+Green+Blue) = 200+169+155=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 169 (66.41% from 255 or 32.25% from 524); Blue value is 155 (60.94% from 255 or 29.58% from 524); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A99B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A99B is #375664. Grayscale: #B0B0B0. Windows color (decimal): -3626597 or 10201544. OLE color: 10201544.
HSL color Cylindrical-coordinate representation of color #C8A99B: hue angle of 18.67º 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 #C8A99B is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 169 | 155 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.22 |
| HSL | 18.67º | 0.29% | 0.7% | - |
| HSV(B) | 18.67º | 0.23% | 0.78% | - |
| XYZ | 43.92 | 43.02 | 37 | - |
| YUV | 176.67 | 115.77 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 169 | 155 | 0 | 0.16 | 0.22 | 0.22 | 18.67 | 0.29 | 0.7 |
| Hex | C8 | A9 | 9B | 0 | 10 | 16 | 16 | 13 | 1D | 46 |
| Octal | 310 | 251 | 233 | 0 | 20 | 26 | 26 | 23 | 35 | 106 |
| Binary | 11001000 | 10101001 | 10011011 | 0 | 10000 | 10110 | 10110 | 10011 | 11101 | 1000110 |
Color Harmonies of #C8A99B
Complementary color
Monochromatic Colors of #C8A99B
Black with #C8A99B
Text Example
Text Example
White with #C8A99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A99B; }
p { color: rgb(200,169,155); }
H1.HeaderClassName
{
color: #C8A99B;
}
.AnyTagClassName
{
color: #C8A99B;
}
</style>
background-color css
<style>
a { background-color: #C8A99B; }
a { background-color: rgb(200,169,155); }
div.DivClassName
{
background-color: #C8A99B;
}
.BgClassName
{
background-color: #C8A99B;
}
</style>
border-color css
<style>
span { border-color: #C8A99B; }
span { border-color: rgb(200,169,155); }
td.TdClassName
{
border-color: #C8A99B;
}
.TagClassName
{
border-color: #C8A99B;
}
</style>