Shades of Eunry #C2A19C
Tints of Eunry #C2A19C
RGB
CMYK
RGB Variations
Color information
#C2A19C (or 0xC2A19C) is known color: Eunry. HEX triplet: C2, A1 and 9C. RGB value is (194,161,156). Sum of RGB (Red+Green+Blue) = 194+161+156=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 161 (63.28% from 255 or 31.51% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A19C is #3D5E63. Grayscale: #AAAAAA. Windows color (decimal): -4021860 or 10265026. OLE color: 10265026.
HSL color Cylindrical-coordinate representation of color #C2A19C: hue angle of 7.89º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2A19C is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 161 | 156 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.24 |
| HSL | 7.89º | 0.24% | 0.69% | - |
| HSV(B) | 7.89º | 0.2% | 0.76% | - |
| XYZ | 40.99 | 39.36 | 36.89 | - |
| YUV | 170.3 | 119.93 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 161 | 156 | 0 | 0.17 | 0.20 | 0.24 | 7.89 | 0.24 | 0.69 |
| Hex | C2 | A1 | 9C | 0 | 11 | 14 | 18 | 8 | 18 | 45 |
| Octal | 302 | 241 | 234 | 0 | 21 | 24 | 30 | 10 | 30 | 105 |
| Binary | 11000010 | 10100001 | 10011100 | 0 | 10001 | 10100 | 11000 | 1000 | 11000 | 1000101 |
Color Harmonies of #C2A19C
Complementary color
Monochromatic Colors of #C2A19C
Black with #C2A19C
Text Example
Text Example
White with #C2A19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A19C; }
p { color: rgb(194,161,156); }
H1.HeaderClassName
{
color: #C2A19C;
}
.AnyTagClassName
{
color: #C2A19C;
}
</style>
background-color css
<style>
a { background-color: #C2A19C; }
a { background-color: rgb(194,161,156); }
div.DivClassName
{
background-color: #C2A19C;
}
.BgClassName
{
background-color: #C2A19C;
}
</style>
border-color css
<style>
span { border-color: #C2A19C; }
span { border-color: rgb(194,161,156); }
td.TdClassName
{
border-color: #C2A19C;
}
.TagClassName
{
border-color: #C2A19C;
}
</style>