Shades of Eunry #C6A29C
Tints of Eunry #C6A29C
RGB
CMYK
RGB Variations
Color information
#C6A29C (or 0xC6A29C) is known color: Eunry. HEX triplet: C6, A2 and 9C. RGB value is (198,162,156). Sum of RGB (Red+Green+Blue) = 198+162+156=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 162 (63.67% from 255 or 31.40% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A29C is #395D63. Grayscale: #ACACAC. Windows color (decimal): -3759460 or 10265286. OLE color: 10265286.
HSL color Cylindrical-coordinate representation of color #C6A29C: hue angle of 8.57º 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 #C6A29C is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 162 | 156 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.22 |
| HSL | 8.57º | 0.27% | 0.69% | - |
| HSV(B) | 8.57º | 0.21% | 0.78% | - |
| XYZ | 42.21 | 40.25 | 37 | - |
| YUV | 172.08 | 118.93 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 162 | 156 | 0 | 0.18 | 0.21 | 0.22 | 8.57 | 0.27 | 0.69 |
| Hex | C6 | A2 | 9C | 0 | 12 | 15 | 16 | 9 | 1B | 45 |
| Octal | 306 | 242 | 234 | 0 | 22 | 25 | 26 | 11 | 33 | 105 |
| Binary | 11000110 | 10100010 | 10011100 | 0 | 10010 | 10101 | 10110 | 1001 | 11011 | 1000101 |
Color Harmonies of #C6A29C
Complementary color
Monochromatic Colors of #C6A29C
Black with #C6A29C
Text Example
Text Example
White with #C6A29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A29C; }
p { color: rgb(198,162,156); }
H1.HeaderClassName
{
color: #C6A29C;
}
.AnyTagClassName
{
color: #C6A29C;
}
</style>
background-color css
<style>
a { background-color: #C6A29C; }
a { background-color: rgb(198,162,156); }
div.DivClassName
{
background-color: #C6A29C;
}
.BgClassName
{
background-color: #C6A29C;
}
</style>
border-color css
<style>
span { border-color: #C6A29C; }
span { border-color: rgb(198,162,156); }
td.TdClassName
{
border-color: #C6A29C;
}
.TagClassName
{
border-color: #C6A29C;
}
</style>