Shades of Eunry #C8AB9C
Tints of Eunry #C8AB9C
RGB
CMYK
RGB Variations
Color information
#C8AB9C (or 0xC8AB9C) is known color: Eunry. HEX triplet: C8, AB and 9C. RGB value is (200,171,156). Sum of RGB (Red+Green+Blue) = 200+171+156=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 156 (61.33% from 255 or 29.60% from 527); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AB9C is #375463. Grayscale: #B2B2B2. Windows color (decimal): -3626084 or 10267592. OLE color: 10267592.
HSL color Cylindrical-coordinate representation of color #C8AB9C: hue angle of 20.45º 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 #C8AB9C is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 171 | 156 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.22 |
| HSL | 20.45º | 0.29% | 0.7% | - |
| HSV(B) | 20.45º | 0.22% | 0.78% | - |
| XYZ | 44.38 | 43.81 | 37.57 | - |
| YUV | 177.96 | 115.61 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 156 | 0 | 0.14 | 0.22 | 0.22 | 20.45 | 0.29 | 0.7 |
| Hex | C8 | AB | 9C | 0 | E | 16 | 16 | 14 | 1D | 46 |
| Octal | 310 | 253 | 234 | 0 | 16 | 26 | 26 | 24 | 35 | 106 |
| Binary | 11001000 | 10101011 | 10011100 | 0 | 1110 | 10110 | 10110 | 10100 | 11101 | 1000110 |
Color Harmonies of #C8AB9C
Complementary color
Monochromatic Colors of #C8AB9C
Black with #C8AB9C
Text Example
Text Example
White with #C8AB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AB9C; }
p { color: rgb(200,171,156); }
H1.HeaderClassName
{
color: #C8AB9C;
}
.AnyTagClassName
{
color: #C8AB9C;
}
</style>
background-color css
<style>
a { background-color: #C8AB9C; }
a { background-color: rgb(200,171,156); }
div.DivClassName
{
background-color: #C8AB9C;
}
.BgClassName
{
background-color: #C8AB9C;
}
</style>
border-color css
<style>
span { border-color: #C8AB9C; }
span { border-color: rgb(200,171,156); }
td.TdClassName
{
border-color: #C8AB9C;
}
.TagClassName
{
border-color: #C8AB9C;
}
</style>