Shades of Eunry #C8A8A4
Tints of Eunry #C8A8A4
RGB
CMYK
RGB Variations
Color information
#C8A8A4 (or 0xC8A8A4) is known color: Eunry. HEX triplet: C8, A8 and A4. RGB value is (200,168,164). Sum of RGB (Red+Green+Blue) = 200+168+164=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 168 (66.02% from 255 or 31.58% from 532); Blue value is 164 (64.45% from 255 or 30.83% from 532); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A8A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A8A4 is #37575B. Grayscale: #B1B1B1. Windows color (decimal): -3626844 or 10791112. OLE color: 10791112.
HSL color Cylindrical-coordinate representation of color #C8A8A4: hue angle of 6.67º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8A8A4 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 168 | 164 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.22 |
| HSL | 6.67º | 0.25% | 0.71% | - |
| HSV(B) | 6.67º | 0.18% | 0.78% | - |
| XYZ | 44.52 | 42.96 | 41.07 | - |
| YUV | 177.11 | 120.6 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 168 | 164 | 0 | 0.16 | 0.18 | 0.22 | 6.67 | 0.25 | 0.71 |
| Hex | C8 | A8 | A4 | 0 | 10 | 12 | 16 | 7 | 19 | 47 |
| Octal | 310 | 250 | 244 | 0 | 20 | 22 | 26 | 7 | 31 | 107 |
| Binary | 11001000 | 10101000 | 10100100 | 0 | 10000 | 10010 | 10110 | 111 | 11001 | 1000111 |
Color Harmonies of #C8A8A4
Complementary color
Monochromatic Colors of #C8A8A4
Black with #C8A8A4
Text Example
Text Example
White with #C8A8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A8A4; }
p { color: rgb(200,168,164); }
H1.HeaderClassName
{
color: #C8A8A4;
}
.AnyTagClassName
{
color: #C8A8A4;
}
</style>
background-color css
<style>
a { background-color: #C8A8A4; }
a { background-color: rgb(200,168,164); }
div.DivClassName
{
background-color: #C8A8A4;
}
.BgClassName
{
background-color: #C8A8A4;
}
</style>
border-color css
<style>
span { border-color: #C8A8A4; }
span { border-color: rgb(200,168,164); }
td.TdClassName
{
border-color: #C8A8A4;
}
.TagClassName
{
border-color: #C8A8A4;
}
</style>