Shades of Eunry #C4A5A2
Tints of Eunry #C4A5A2
RGB
CMYK
RGB Variations
Color information
#C4A5A2 (or 0xC4A5A2) is known color: Eunry. HEX triplet: C4, A5 and A2. RGB value is (196,165,162). Sum of RGB (Red+Green+Blue) = 196+165+162=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 165 (64.84% from 255 or 31.55% from 523); Blue value is 162 (63.67% from 255 or 30.98% from 523); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A5A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A5A2 is #3B5A5D. Grayscale: #ADADAD. Windows color (decimal): -3889758 or 10659268. OLE color: 10659268.
HSL color Cylindrical-coordinate representation of color #C4A5A2: hue angle of 5.29º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4A5A2 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 165 | 162 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.23 |
| HSL | 5.29º | 0.22% | 0.7% | - |
| HSV(B) | 5.29º | 0.17% | 0.77% | - |
| XYZ | 42.74 | 41.25 | 39.89 | - |
| YUV | 173.93 | 121.27 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 165 | 162 | 0 | 0.16 | 0.17 | 0.23 | 5.29 | 0.22 | 0.7 |
| Hex | C4 | A5 | A2 | 0 | 10 | 11 | 17 | 5 | 16 | 46 |
| Octal | 304 | 245 | 242 | 0 | 20 | 21 | 27 | 5 | 26 | 106 |
| Binary | 11000100 | 10100101 | 10100010 | 0 | 10000 | 10001 | 10111 | 101 | 10110 | 1000110 |
Color Harmonies of #C4A5A2
Complementary color
Monochromatic Colors of #C4A5A2
Black with #C4A5A2
Text Example
Text Example
White with #C4A5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A5A2; }
p { color: rgb(196,165,162); }
H1.HeaderClassName
{
color: #C4A5A2;
}
.AnyTagClassName
{
color: #C4A5A2;
}
</style>
background-color css
<style>
a { background-color: #C4A5A2; }
a { background-color: rgb(196,165,162); }
div.DivClassName
{
background-color: #C4A5A2;
}
.BgClassName
{
background-color: #C4A5A2;
}
</style>
border-color css
<style>
span { border-color: #C4A5A2; }
span { border-color: rgb(196,165,162); }
td.TdClassName
{
border-color: #C4A5A2;
}
.TagClassName
{
border-color: #C4A5A2;
}
</style>