Shades of Eunry #C6A49C
Tints of Eunry #C6A49C
RGB
CMYK
RGB Variations
Color information
#C6A49C (or 0xC6A49C) is known color: Eunry. HEX triplet: C6, A4 and 9C. RGB value is (198,164,156). Sum of RGB (Red+Green+Blue) = 198+164+156=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 156 (61.33% from 255 or 30.12% from 518); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A49C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A49C is #395B63. Grayscale: #ADADAD. Windows color (decimal): -3758948 or 10265798. OLE color: 10265798.
HSL color Cylindrical-coordinate representation of color #C6A49C: hue angle of 11.43º 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 #C6A49C is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 164 | 156 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.22 |
| HSL | 11.43º | 0.27% | 0.69% | - |
| HSV(B) | 11.43º | 0.21% | 0.78% | - |
| XYZ | 42.56 | 40.96 | 37.11 | - |
| YUV | 173.25 | 118.26 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 164 | 156 | 0 | 0.17 | 0.21 | 0.22 | 11.43 | 0.27 | 0.69 |
| Hex | C6 | A4 | 9C | 0 | 11 | 15 | 16 | B | 1B | 45 |
| Octal | 306 | 244 | 234 | 0 | 21 | 25 | 26 | 13 | 33 | 105 |
| Binary | 11000110 | 10100100 | 10011100 | 0 | 10001 | 10101 | 10110 | 1011 | 11011 | 1000101 |
Color Harmonies of #C6A49C
Complementary color
Monochromatic Colors of #C6A49C
Black with #C6A49C
Text Example
Text Example
White with #C6A49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A49C; }
p { color: rgb(198,164,156); }
H1.HeaderClassName
{
color: #C6A49C;
}
.AnyTagClassName
{
color: #C6A49C;
}
</style>
background-color css
<style>
a { background-color: #C6A49C; }
a { background-color: rgb(198,164,156); }
div.DivClassName
{
background-color: #C6A49C;
}
.BgClassName
{
background-color: #C6A49C;
}
</style>
border-color css
<style>
span { border-color: #C6A49C; }
span { border-color: rgb(198,164,156); }
td.TdClassName
{
border-color: #C6A49C;
}
.TagClassName
{
border-color: #C6A49C;
}
</style>