Shades of Eunry #C2A19B
Tints of Eunry #C2A19B
RGB
CMYK
RGB Variations
Color information
#C2A19B (or 0xC2A19B) is known color: Eunry. HEX triplet: C2, A1 and 9B. RGB value is (194,161,155). Sum of RGB (Red+Green+Blue) = 194+161+155=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 161 (63.28% from 255 or 31.57% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A19B is #3D5E64. Grayscale: #AAAAAA. Windows color (decimal): -4021861 or 10199490. OLE color: 10199490.
HSL color Cylindrical-coordinate representation of color #C2A19B: hue angle of 9.23º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2A19B is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 161 | 155 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.24 |
| HSL | 9.23º | 0.24% | 0.68% | - |
| HSV(B) | 9.23º | 0.2% | 0.76% | - |
| XYZ | 40.91 | 39.33 | 36.44 | - |
| YUV | 170.18 | 119.43 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 161 | 155 | 0 | 0.17 | 0.20 | 0.24 | 9.23 | 0.24 | 0.68 |
| Hex | C2 | A1 | 9B | 0 | 11 | 14 | 18 | 9 | 18 | 44 |
| Octal | 302 | 241 | 233 | 0 | 21 | 24 | 30 | 11 | 30 | 104 |
| Binary | 11000010 | 10100001 | 10011011 | 0 | 10001 | 10100 | 11000 | 1001 | 11000 | 1000100 |
Color Harmonies of #C2A19B
Complementary color
Monochromatic Colors of #C2A19B
Black with #C2A19B
Text Example
Text Example
White with #C2A19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A19B; }
p { color: rgb(194,161,155); }
H1.HeaderClassName
{
color: #C2A19B;
}
.AnyTagClassName
{
color: #C2A19B;
}
</style>
background-color css
<style>
a { background-color: #C2A19B; }
a { background-color: rgb(194,161,155); }
div.DivClassName
{
background-color: #C2A19B;
}
.BgClassName
{
background-color: #C2A19B;
}
</style>
border-color css
<style>
span { border-color: #C2A19B; }
span { border-color: rgb(194,161,155); }
td.TdClassName
{
border-color: #C2A19B;
}
.TagClassName
{
border-color: #C2A19B;
}
</style>