Shades of Eunry #C6AA9C
Tints of Eunry #C6AA9C
RGB
CMYK
RGB Variations
Color information
#C6AA9C (or 0xC6AA9C) is known color: Eunry. HEX triplet: C6, AA and 9C. RGB value is (198,170,156). Sum of RGB (Red+Green+Blue) = 198+170+156=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 156 (61.33% from 255 or 29.77% from 524); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AA9C is #395563. Grayscale: #B0B0B0. Windows color (decimal): -3757412 or 10267334. OLE color: 10267334.
HSL color Cylindrical-coordinate representation of color #C6AA9C: hue angle of 20º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6AA9C is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 170 | 156 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.22 |
| HSL | 20º | 0.27% | 0.69% | - |
| HSV(B) | 20º | 0.21% | 0.78% | - |
| XYZ | 43.66 | 43.16 | 37.48 | - |
| YUV | 176.78 | 116.28 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 156 | 0 | 0.14 | 0.21 | 0.22 | 20 | 0.27 | 0.69 |
| Hex | C6 | AA | 9C | 0 | E | 15 | 16 | 14 | 1B | 45 |
| Octal | 306 | 252 | 234 | 0 | 16 | 25 | 26 | 24 | 33 | 105 |
| Binary | 11000110 | 10101010 | 10011100 | 0 | 1110 | 10101 | 10110 | 10100 | 11011 | 1000101 |
Color Harmonies of #C6AA9C
Complementary color
Monochromatic Colors of #C6AA9C
Black with #C6AA9C
Text Example
Text Example
White with #C6AA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AA9C; }
p { color: rgb(198,170,156); }
H1.HeaderClassName
{
color: #C6AA9C;
}
.AnyTagClassName
{
color: #C6AA9C;
}
</style>
background-color css
<style>
a { background-color: #C6AA9C; }
a { background-color: rgb(198,170,156); }
div.DivClassName
{
background-color: #C6AA9C;
}
.BgClassName
{
background-color: #C6AA9C;
}
</style>
border-color css
<style>
span { border-color: #C6AA9C; }
span { border-color: rgb(198,170,156); }
td.TdClassName
{
border-color: #C6AA9C;
}
.TagClassName
{
border-color: #C6AA9C;
}
</style>