Shades of Eunry #C1A398
Tints of Eunry #C1A398
RGB
CMYK
RGB Variations
Color information
#C1A398 (or 0xC1A398) is known color: Eunry. HEX triplet: C1, A3 and 98. RGB value is (193,163,152). Sum of RGB (Red+Green+Blue) = 193+163+152=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 152 (59.77% from 255 or 29.92% from 508); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A398 is #3E5C67. Grayscale: #AAAAAA. Windows color (decimal): -4086888 or 10003393. OLE color: 10003393.
HSL color Cylindrical-coordinate representation of color #C1A398: hue angle of 16.1º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1A398 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 163 | 152 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.24 |
| HSL | 16.1º | 0.25% | 0.68% | - |
| HSV(B) | 16.1º | 0.21% | 0.76% | - |
| XYZ | 40.76 | 39.8 | 35.24 | - |
| YUV | 170.72 | 117.44 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 163 | 152 | 0 | 0.16 | 0.21 | 0.24 | 16.1 | 0.25 | 0.68 |
| Hex | C1 | A3 | 98 | 0 | 10 | 15 | 18 | 10 | 19 | 44 |
| Octal | 301 | 243 | 230 | 0 | 20 | 25 | 30 | 20 | 31 | 104 |
| Binary | 11000001 | 10100011 | 10011000 | 0 | 10000 | 10101 | 11000 | 10000 | 11001 | 1000100 |
Color Harmonies of #C1A398
Complementary color
Monochromatic Colors of #C1A398
Black with #C1A398
Text Example
Text Example
White with #C1A398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A398; }
p { color: rgb(193,163,152); }
H1.HeaderClassName
{
color: #C1A398;
}
.AnyTagClassName
{
color: #C1A398;
}
</style>
background-color css
<style>
a { background-color: #C1A398; }
a { background-color: rgb(193,163,152); }
div.DivClassName
{
background-color: #C1A398;
}
.BgClassName
{
background-color: #C1A398;
}
</style>
border-color css
<style>
span { border-color: #C1A398; }
span { border-color: rgb(193,163,152); }
td.TdClassName
{
border-color: #C1A398;
}
.TagClassName
{
border-color: #C1A398;
}
</style>