Shades of Eunry #C1A39B
Tints of Eunry #C1A39B
RGB
CMYK
RGB Variations
Color information
#C1A39B (or 0xC1A39B) is known color: Eunry. HEX triplet: C1, A3 and 9B. RGB value is (193,163,155). Sum of RGB (Red+Green+Blue) = 193+163+155=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A39B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A39B is #3E5C64. Grayscale: #ABABAB. Windows color (decimal): -4086885 or 10200001. OLE color: 10200001.
HSL color Cylindrical-coordinate representation of color #C1A39B: hue angle of 12.63º degrees, saturation: 0.23, 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 #C1A39B is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 163 | 155 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.24 |
| HSL | 12.63º | 0.23% | 0.68% | - |
| HSV(B) | 12.63º | 0.2% | 0.76% | - |
| XYZ | 41.01 | 39.9 | 36.55 | - |
| YUV | 171.06 | 118.94 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 163 | 155 | 0 | 0.16 | 0.20 | 0.24 | 12.63 | 0.23 | 0.68 |
| Hex | C1 | A3 | 9B | 0 | 10 | 14 | 18 | D | 17 | 44 |
| Octal | 301 | 243 | 233 | 0 | 20 | 24 | 30 | 15 | 27 | 104 |
| Binary | 11000001 | 10100011 | 10011011 | 0 | 10000 | 10100 | 11000 | 1101 | 10111 | 1000100 |
Color Harmonies of #C1A39B
Complementary color
Monochromatic Colors of #C1A39B
Black with #C1A39B
Text Example
Text Example
White with #C1A39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A39B; }
p { color: rgb(193,163,155); }
H1.HeaderClassName
{
color: #C1A39B;
}
.AnyTagClassName
{
color: #C1A39B;
}
</style>
background-color css
<style>
a { background-color: #C1A39B; }
a { background-color: rgb(193,163,155); }
div.DivClassName
{
background-color: #C1A39B;
}
.BgClassName
{
background-color: #C1A39B;
}
</style>
border-color css
<style>
span { border-color: #C1A39B; }
span { border-color: rgb(193,163,155); }
td.TdClassName
{
border-color: #C1A39B;
}
.TagClassName
{
border-color: #C1A39B;
}
</style>