Shades of Eunry #C6A19B
Tints of Eunry #C6A19B
RGB
CMYK
RGB Variations
Color information
#C6A19B (or 0xC6A19B) is known color: Eunry. HEX triplet: C6, A1 and 9B. RGB value is (198,161,155). Sum of RGB (Red+Green+Blue) = 198+161+155=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 161 (63.28% from 255 or 31.32% from 514); Blue value is 155 (60.94% from 255 or 30.16% from 514); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A19B is #395E64. Grayscale: #ABABAB. Windows color (decimal): -3759717 or 10199494. OLE color: 10199494.
HSL color Cylindrical-coordinate representation of color #C6A19B: hue angle of 8.37º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6A19B is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 161 | 155 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.22 |
| HSL | 8.37º | 0.27% | 0.69% | - |
| HSV(B) | 8.37º | 0.22% | 0.78% | - |
| XYZ | 41.95 | 39.86 | 36.49 | - |
| YUV | 171.38 | 118.76 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 161 | 155 | 0 | 0.19 | 0.22 | 0.22 | 8.37 | 0.27 | 0.69 |
| Hex | C6 | A1 | 9B | 0 | 13 | 16 | 16 | 8 | 1B | 45 |
| Octal | 306 | 241 | 233 | 0 | 23 | 26 | 26 | 10 | 33 | 105 |
| Binary | 11000110 | 10100001 | 10011011 | 0 | 10011 | 10110 | 10110 | 1000 | 11011 | 1000101 |
Color Harmonies of #C6A19B
Complementary color
Monochromatic Colors of #C6A19B
Black with #C6A19B
Text Example
Text Example
White with #C6A19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A19B; }
p { color: rgb(198,161,155); }
H1.HeaderClassName
{
color: #C6A19B;
}
.AnyTagClassName
{
color: #C6A19B;
}
</style>
background-color css
<style>
a { background-color: #C6A19B; }
a { background-color: rgb(198,161,155); }
div.DivClassName
{
background-color: #C6A19B;
}
.BgClassName
{
background-color: #C6A19B;
}
</style>
border-color css
<style>
span { border-color: #C6A19B; }
span { border-color: rgb(198,161,155); }
td.TdClassName
{
border-color: #C6A19B;
}
.TagClassName
{
border-color: #C6A19B;
}
</style>