Shades of Eunry #C8A097
Tints of Eunry #C8A097
RGB
CMYK
RGB Variations
Color information
#C8A097 (or 0xC8A097) is known color: Eunry. HEX triplet: C8, A0 and 97. RGB value is (200,160,151). Sum of RGB (Red+Green+Blue) = 200+160+151=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 151 (59.38% from 255 or 29.55% from 511); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A097 is #375F68. Grayscale: #ABABAB. Windows color (decimal): -3628905 or 9937096. OLE color: 9937096.
HSL color Cylindrical-coordinate representation of color #C8A097: hue angle of 11.02º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8A097 is Cyan = 0, Magento = 0.2, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 160 | 151 | - |
| CMYK | 0 | 0.2 | 0.24 | 0.22 |
| HSL | 11.02º | 0.31% | 0.69% | - |
| HSV(B) | 11.02º | 0.25% | 0.78% | - |
| XYZ | 41.98 | 39.66 | 34.72 | - |
| YUV | 170.93 | 116.75 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 160 | 151 | 0 | 0.2 | 0.24 | 0.22 | 11.02 | 0.31 | 0.69 |
| Hex | C8 | A0 | 97 | 0 | 14 | 18 | 16 | B | 1F | 45 |
| Octal | 310 | 240 | 227 | 0 | 24 | 30 | 26 | 13 | 37 | 105 |
| Binary | 11001000 | 10100000 | 10010111 | 0 | 10100 | 11000 | 10110 | 1011 | 11111 | 1000101 |
Color Harmonies of #C8A097
Complementary color
Monochromatic Colors of #C8A097
Black with #C8A097
Text Example
Text Example
White with #C8A097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A097; }
p { color: rgb(200,160,151); }
H1.HeaderClassName
{
color: #C8A097;
}
.AnyTagClassName
{
color: #C8A097;
}
</style>
background-color css
<style>
a { background-color: #C8A097; }
a { background-color: rgb(200,160,151); }
div.DivClassName
{
background-color: #C8A097;
}
.BgClassName
{
background-color: #C8A097;
}
</style>
border-color css
<style>
span { border-color: #C8A097; }
span { border-color: rgb(200,160,151); }
td.TdClassName
{
border-color: #C8A097;
}
.TagClassName
{
border-color: #C8A097;
}
</style>