Shades of Eunry #C8AB9D
Tints of Eunry #C8AB9D
RGB
CMYK
RGB Variations
Color information
#C8AB9D (or 0xC8AB9D) is known color: Eunry. HEX triplet: C8, AB and 9D. RGB value is (200,171,157). Sum of RGB (Red+Green+Blue) = 200+171+157=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 157 (61.72% from 255 or 29.73% from 528); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AB9D is #375462. Grayscale: #B2B2B2. Windows color (decimal): -3626083 or 10333128. OLE color: 10333128.
HSL color Cylindrical-coordinate representation of color #C8AB9D: hue angle of 19.53º 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 #C8AB9D is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 171 | 157 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.22 |
| HSL | 19.53º | 0.28% | 0.7% | - |
| HSV(B) | 19.53º | 0.22% | 0.78% | - |
| XYZ | 44.47 | 43.84 | 38.02 | - |
| YUV | 178.08 | 116.11 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 157 | 0 | 0.14 | 0.22 | 0.22 | 19.53 | 0.28 | 0.7 |
| Hex | C8 | AB | 9D | 0 | E | 16 | 16 | 14 | 1C | 46 |
| Octal | 310 | 253 | 235 | 0 | 16 | 26 | 26 | 24 | 34 | 106 |
| Binary | 11001000 | 10101011 | 10011101 | 0 | 1110 | 10110 | 10110 | 10100 | 11100 | 1000110 |
Color Harmonies of #C8AB9D
Complementary color
Monochromatic Colors of #C8AB9D
Black with #C8AB9D
Text Example
Text Example
White with #C8AB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AB9D; }
p { color: rgb(200,171,157); }
H1.HeaderClassName
{
color: #C8AB9D;
}
.AnyTagClassName
{
color: #C8AB9D;
}
</style>
background-color css
<style>
a { background-color: #C8AB9D; }
a { background-color: rgb(200,171,157); }
div.DivClassName
{
background-color: #C8AB9D;
}
.BgClassName
{
background-color: #C8AB9D;
}
</style>
border-color css
<style>
span { border-color: #C8AB9D; }
span { border-color: rgb(200,171,157); }
td.TdClassName
{
border-color: #C8AB9D;
}
.TagClassName
{
border-color: #C8AB9D;
}
</style>