Shades of Eunry #C6A095
Tints of Eunry #C6A095
RGB
CMYK
RGB Variations
Color information
#C6A095 (or 0xC6A095) is known color: Eunry. HEX triplet: C6, A0 and 95. RGB value is (198,160,149). Sum of RGB (Red+Green+Blue) = 198+160+149=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 149 (58.59% from 255 or 29.39% from 507); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A095 is #395F6A. Grayscale: #AAAAAA. Windows color (decimal): -3759979 or 9806022. OLE color: 9806022.
HSL color Cylindrical-coordinate representation of color #C6A095: hue angle of 13.47º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C6A095 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 160 | 149 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.22 |
| HSL | 13.47º | 0.3% | 0.68% | - |
| HSV(B) | 13.47º | 0.25% | 0.78% | - |
| XYZ | 41.28 | 39.32 | 33.85 | - |
| YUV | 170.11 | 116.09 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 160 | 149 | 0 | 0.19 | 0.25 | 0.22 | 13.47 | 0.3 | 0.68 |
| Hex | C6 | A0 | 95 | 0 | 13 | 19 | 16 | D | 1E | 44 |
| Octal | 306 | 240 | 225 | 0 | 23 | 31 | 26 | 15 | 36 | 104 |
| Binary | 11000110 | 10100000 | 10010101 | 0 | 10011 | 11001 | 10110 | 1101 | 11110 | 1000100 |
Color Harmonies of #C6A095
Complementary color
Monochromatic Colors of #C6A095
Black with #C6A095
Text Example
Text Example
White with #C6A095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A095; }
p { color: rgb(198,160,149); }
H1.HeaderClassName
{
color: #C6A095;
}
.AnyTagClassName
{
color: #C6A095;
}
</style>
background-color css
<style>
a { background-color: #C6A095; }
a { background-color: rgb(198,160,149); }
div.DivClassName
{
background-color: #C6A095;
}
.BgClassName
{
background-color: #C6A095;
}
</style>
border-color css
<style>
span { border-color: #C6A095; }
span { border-color: rgb(198,160,149); }
td.TdClassName
{
border-color: #C6A095;
}
.TagClassName
{
border-color: #C6A095;
}
</style>