Shades of Eunry #C2A49B
Tints of Eunry #C2A49B
RGB
CMYK
RGB Variations
Color information
#C2A49B (or 0xC2A49B) is known color: Eunry. HEX triplet: C2, A4 and 9B. RGB value is (194,164,155). Sum of RGB (Red+Green+Blue) = 194+164+155=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 164 (64.45% from 255 or 31.97% from 513); Blue value is 155 (60.94% from 255 or 30.21% from 513); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A49B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A49B is #3D5B64. Grayscale: #ACACAC. Windows color (decimal): -4021093 or 10200258. OLE color: 10200258.
HSL color Cylindrical-coordinate representation of color #C2A49B: hue angle of 13.85º 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 #C2A49B is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 164 | 155 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.24 |
| HSL | 13.85º | 0.24% | 0.68% | - |
| HSV(B) | 13.85º | 0.2% | 0.76% | - |
| XYZ | 41.44 | 40.39 | 36.62 | - |
| YUV | 171.94 | 118.44 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 164 | 155 | 0 | 0.15 | 0.20 | 0.24 | 13.85 | 0.24 | 0.68 |
| Hex | C2 | A4 | 9B | 0 | F | 14 | 18 | E | 18 | 44 |
| Octal | 302 | 244 | 233 | 0 | 17 | 24 | 30 | 16 | 30 | 104 |
| Binary | 11000010 | 10100100 | 10011011 | 0 | 1111 | 10100 | 11000 | 1110 | 11000 | 1000100 |
Color Harmonies of #C2A49B
Complementary color
Monochromatic Colors of #C2A49B
Black with #C2A49B
Text Example
Text Example
White with #C2A49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A49B; }
p { color: rgb(194,164,155); }
H1.HeaderClassName
{
color: #C2A49B;
}
.AnyTagClassName
{
color: #C2A49B;
}
</style>
background-color css
<style>
a { background-color: #C2A49B; }
a { background-color: rgb(194,164,155); }
div.DivClassName
{
background-color: #C2A49B;
}
.BgClassName
{
background-color: #C2A49B;
}
</style>
border-color css
<style>
span { border-color: #C2A49B; }
span { border-color: rgb(194,164,155); }
td.TdClassName
{
border-color: #C2A49B;
}
.TagClassName
{
border-color: #C2A49B;
}
</style>