Shades of Eunry #C8A5A2
Tints of Eunry #C8A5A2
RGB
CMYK
RGB Variations
Color information
#C8A5A2 (or 0xC8A5A2) is known color: Eunry. HEX triplet: C8, A5 and A2. RGB value is (200,165,162). Sum of RGB (Red+Green+Blue) = 200+165+162=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 165 (64.84% from 255 or 31.31% from 527); Blue value is 162 (63.67% from 255 or 30.74% from 527); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A5A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A5A2 is #375A5D. Grayscale: #AFAFAF. Windows color (decimal): -3627614 or 10659272. OLE color: 10659272.
HSL color Cylindrical-coordinate representation of color #C8A5A2: hue angle of 4.74º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8A5A2 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 165 | 162 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.22 |
| HSL | 4.74º | 0.26% | 0.71% | - |
| HSV(B) | 4.74º | 0.19% | 0.78% | - |
| XYZ | 43.8 | 41.8 | 39.94 | - |
| YUV | 175.12 | 120.6 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 165 | 162 | 0 | 0.18 | 0.19 | 0.22 | 4.74 | 0.26 | 0.71 |
| Hex | C8 | A5 | A2 | 0 | 12 | 13 | 16 | 5 | 1A | 47 |
| Octal | 310 | 245 | 242 | 0 | 22 | 23 | 26 | 5 | 32 | 107 |
| Binary | 11001000 | 10100101 | 10100010 | 0 | 10010 | 10011 | 10110 | 101 | 11010 | 1000111 |
Color Harmonies of #C8A5A2
Complementary color
Monochromatic Colors of #C8A5A2
Black with #C8A5A2
Text Example
Text Example
White with #C8A5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A5A2; }
p { color: rgb(200,165,162); }
H1.HeaderClassName
{
color: #C8A5A2;
}
.AnyTagClassName
{
color: #C8A5A2;
}
</style>
background-color css
<style>
a { background-color: #C8A5A2; }
a { background-color: rgb(200,165,162); }
div.DivClassName
{
background-color: #C8A5A2;
}
.BgClassName
{
background-color: #C8A5A2;
}
</style>
border-color css
<style>
span { border-color: #C8A5A2; }
span { border-color: rgb(200,165,162); }
td.TdClassName
{
border-color: #C8A5A2;
}
.TagClassName
{
border-color: #C8A5A2;
}
</style>