Shades of Eunry #C6A595
Tints of Eunry #C6A595
RGB
CMYK
RGB Variations
Color information
#C6A595 (or 0xC6A595) is known color: Eunry. HEX triplet: C6, A5 and 95. RGB value is (198,165,149). Sum of RGB (Red+Green+Blue) = 198+165+149=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 149 (58.59% from 255 or 29.10% from 512); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A595 is #395A6A. Grayscale: #ADADAD. Windows color (decimal): -3758699 or 9807302. OLE color: 9807302.
HSL color Cylindrical-coordinate representation of color #C6A595: hue angle of 19.59º 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 #C6A595 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 165 | 149 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.22 |
| HSL | 19.59º | 0.3% | 0.68% | - |
| HSV(B) | 19.59º | 0.25% | 0.78% | - |
| XYZ | 42.17 | 41.09 | 34.14 | - |
| YUV | 173.04 | 114.43 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 165 | 149 | 0 | 0.17 | 0.25 | 0.22 | 19.59 | 0.3 | 0.68 |
| Hex | C6 | A5 | 95 | 0 | 11 | 19 | 16 | 14 | 1E | 44 |
| Octal | 306 | 245 | 225 | 0 | 21 | 31 | 26 | 24 | 36 | 104 |
| Binary | 11000110 | 10100101 | 10010101 | 0 | 10001 | 11001 | 10110 | 10100 | 11110 | 1000100 |
Color Harmonies of #C6A595
Complementary color
Monochromatic Colors of #C6A595
Black with #C6A595
Text Example
Text Example
White with #C6A595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A595; }
p { color: rgb(198,165,149); }
H1.HeaderClassName
{
color: #C6A595;
}
.AnyTagClassName
{
color: #C6A595;
}
</style>
background-color css
<style>
a { background-color: #C6A595; }
a { background-color: rgb(198,165,149); }
div.DivClassName
{
background-color: #C6A595;
}
.BgClassName
{
background-color: #C6A595;
}
</style>
border-color css
<style>
span { border-color: #C6A595; }
span { border-color: rgb(198,165,149); }
td.TdClassName
{
border-color: #C6A595;
}
.TagClassName
{
border-color: #C6A595;
}
</style>