Shades of Eunry #C1A19F
Tints of Eunry #C1A19F
RGB
CMYK
RGB Variations
Color information
#C1A19F (or 0xC1A19F) is known color: Eunry. HEX triplet: C1, A1 and 9F. RGB value is (193,161,159). Sum of RGB (Red+Green+Blue) = 193+161+159=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 161 (63.28% from 255 or 31.38% from 513); Blue value is 159 (62.5% from 255 or 30.99% from 513); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A19F is #3E5E60. Grayscale: #AAAAAA. Windows color (decimal): -4087393 or 10461633. OLE color: 10461633.
HSL color Cylindrical-coordinate representation of color #C1A19F: hue angle of 3.53º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1A19F is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 161 | 159 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.24 |
| HSL | 3.53º | 0.22% | 0.69% | - |
| HSV(B) | 3.53º | 0.18% | 0.76% | - |
| XYZ | 41 | 39.33 | 38.23 | - |
| YUV | 170.34 | 121.6 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 161 | 159 | 0 | 0.17 | 0.18 | 0.24 | 3.53 | 0.22 | 0.69 |
| Hex | C1 | A1 | 9F | 0 | 11 | 12 | 18 | 4 | 16 | 45 |
| Octal | 301 | 241 | 237 | 0 | 21 | 22 | 30 | 4 | 26 | 105 |
| Binary | 11000001 | 10100001 | 10011111 | 0 | 10001 | 10010 | 11000 | 100 | 10110 | 1000101 |
Color Harmonies of #C1A19F
Complementary color
Monochromatic Colors of #C1A19F
Black with #C1A19F
Text Example
Text Example
White with #C1A19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A19F; }
p { color: rgb(193,161,159); }
H1.HeaderClassName
{
color: #C1A19F;
}
.AnyTagClassName
{
color: #C1A19F;
}
</style>
background-color css
<style>
a { background-color: #C1A19F; }
a { background-color: rgb(193,161,159); }
div.DivClassName
{
background-color: #C1A19F;
}
.BgClassName
{
background-color: #C1A19F;
}
</style>
border-color css
<style>
span { border-color: #C1A19F; }
span { border-color: rgb(193,161,159); }
td.TdClassName
{
border-color: #C1A19F;
}
.TagClassName
{
border-color: #C1A19F;
}
</style>