Shades of Eunry #C8A399
Tints of Eunry #C8A399
RGB
CMYK
RGB Variations
Color information
#C8A399 (or 0xC8A399) is known color: Eunry. HEX triplet: C8, A3 and 99. RGB value is (200,163,153). Sum of RGB (Red+Green+Blue) = 200+163+153=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 163 (64.06% from 255 or 31.59% from 516); Blue value is 153 (60.16% from 255 or 29.65% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A399 is #375C66. Grayscale: #ADADAD. Windows color (decimal): -3628135 or 10068936. OLE color: 10068936.
HSL color Cylindrical-coordinate representation of color #C8A399: hue angle of 12.77º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8A399 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 163 | 153 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.22 |
| HSL | 12.77º | 0.3% | 0.69% | - |
| HSV(B) | 12.77º | 0.24% | 0.78% | - |
| XYZ | 42.67 | 40.77 | 35.76 | - |
| YUV | 172.92 | 116.76 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 163 | 153 | 0 | 0.18 | 0.24 | 0.22 | 12.77 | 0.3 | 0.69 |
| Hex | C8 | A3 | 99 | 0 | 12 | 18 | 16 | D | 1E | 45 |
| Octal | 310 | 243 | 231 | 0 | 22 | 30 | 26 | 15 | 36 | 105 |
| Binary | 11001000 | 10100011 | 10011001 | 0 | 10010 | 11000 | 10110 | 1101 | 11110 | 1000101 |
Color Harmonies of #C8A399
Complementary color
Monochromatic Colors of #C8A399
Black with #C8A399
Text Example
Text Example
White with #C8A399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A399; }
p { color: rgb(200,163,153); }
H1.HeaderClassName
{
color: #C8A399;
}
.AnyTagClassName
{
color: #C8A399;
}
</style>
background-color css
<style>
a { background-color: #C8A399; }
a { background-color: rgb(200,163,153); }
div.DivClassName
{
background-color: #C8A399;
}
.BgClassName
{
background-color: #C8A399;
}
</style>
border-color css
<style>
span { border-color: #C8A399; }
span { border-color: rgb(200,163,153); }
td.TdClassName
{
border-color: #C8A399;
}
.TagClassName
{
border-color: #C8A399;
}
</style>