Shades of Eunry #C4AAA6
Tints of Eunry #C4AAA6
RGB
CMYK
RGB Variations
Color information
#C4AAA6 (or 0xC4AAA6) is known color: Eunry. HEX triplet: C4, AA and A6. RGB value is (196,170,166). Sum of RGB (Red+Green+Blue) = 196+170+166=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 166 (65.23% from 255 or 31.20% from 532); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AAA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AAA6 is #3B5559. Grayscale: #B1B1B1. Windows color (decimal): -3888474 or 10922692. OLE color: 10922692.
HSL color Cylindrical-coordinate representation of color #C4AAA6: hue angle of 8º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4AAA6 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 170 | 166 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.23 |
| HSL | 8º | 0.2% | 0.71% | - |
| HSV(B) | 8º | 0.15% | 0.77% | - |
| XYZ | 44.02 | 43.24 | 42.1 | - |
| YUV | 177.32 | 121.61 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 170 | 166 | 0 | 0.13 | 0.15 | 0.23 | 8 | 0.2 | 0.71 |
| Hex | C4 | AA | A6 | 0 | D | F | 17 | 8 | 14 | 47 |
| Octal | 304 | 252 | 246 | 0 | 15 | 17 | 27 | 10 | 24 | 107 |
| Binary | 11000100 | 10101010 | 10100110 | 0 | 1101 | 1111 | 10111 | 1000 | 10100 | 1000111 |
Color Harmonies of #C4AAA6
Complementary color
Monochromatic Colors of #C4AAA6
Black with #C4AAA6
Text Example
Text Example
White with #C4AAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AAA6; }
p { color: rgb(196,170,166); }
H1.HeaderClassName
{
color: #C4AAA6;
}
.AnyTagClassName
{
color: #C4AAA6;
}
</style>
background-color css
<style>
a { background-color: #C4AAA6; }
a { background-color: rgb(196,170,166); }
div.DivClassName
{
background-color: #C4AAA6;
}
.BgClassName
{
background-color: #C4AAA6;
}
</style>
border-color css
<style>
span { border-color: #C4AAA6; }
span { border-color: rgb(196,170,166); }
td.TdClassName
{
border-color: #C4AAA6;
}
.TagClassName
{
border-color: #C4AAA6;
}
</style>