Shades of Eunry #C6A69C
Tints of Eunry #C6A69C
RGB
CMYK
RGB Variations
Color information
#C6A69C (or 0xC6A69C) is known color: Eunry. HEX triplet: C6, A6 and 9C. RGB value is (198,166,156). Sum of RGB (Red+Green+Blue) = 198+166+156=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A69C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A69C is #395963. Grayscale: #AEAEAE. Windows color (decimal): -3758436 or 10266310. OLE color: 10266310.
HSL color Cylindrical-coordinate representation of color #C6A69C: hue angle of 14.29º 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 #C6A69C is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 166 | 156 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.22 |
| HSL | 14.29º | 0.27% | 0.69% | - |
| HSV(B) | 14.29º | 0.21% | 0.78% | - |
| XYZ | 42.93 | 41.68 | 37.23 | - |
| YUV | 174.43 | 117.6 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 166 | 156 | 0 | 0.16 | 0.21 | 0.22 | 14.29 | 0.27 | 0.69 |
| Hex | C6 | A6 | 9C | 0 | 10 | 15 | 16 | E | 1B | 45 |
| Octal | 306 | 246 | 234 | 0 | 20 | 25 | 26 | 16 | 33 | 105 |
| Binary | 11000110 | 10100110 | 10011100 | 0 | 10000 | 10101 | 10110 | 1110 | 11011 | 1000101 |
Color Harmonies of #C6A69C
Complementary color
Monochromatic Colors of #C6A69C
Black with #C6A69C
Text Example
Text Example
White with #C6A69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A69C; }
p { color: rgb(198,166,156); }
H1.HeaderClassName
{
color: #C6A69C;
}
.AnyTagClassName
{
color: #C6A69C;
}
</style>
background-color css
<style>
a { background-color: #C6A69C; }
a { background-color: rgb(198,166,156); }
div.DivClassName
{
background-color: #C6A69C;
}
.BgClassName
{
background-color: #C6A69C;
}
</style>
border-color css
<style>
span { border-color: #C6A69C; }
span { border-color: rgb(198,166,156); }
td.TdClassName
{
border-color: #C6A69C;
}
.TagClassName
{
border-color: #C6A69C;
}
</style>