Shades of Eunry #C2A198
Tints of Eunry #C2A198
RGB
CMYK
RGB Variations
Color information
#C2A198 (or 0xC2A198) is known color: Eunry. HEX triplet: C2, A1 and 98. RGB value is (194,161,152). Sum of RGB (Red+Green+Blue) = 194+161+152=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 161 (63.28% from 255 or 31.76% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A198 is #3D5E67. Grayscale: #A9A9A9. Windows color (decimal): -4021864 or 10002882. OLE color: 10002882.
HSL color Cylindrical-coordinate representation of color #C2A198: hue angle of 12.86º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2A198 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 161 | 152 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.24 |
| HSL | 12.86º | 0.26% | 0.68% | - |
| HSV(B) | 12.86º | 0.22% | 0.76% | - |
| XYZ | 40.66 | 39.23 | 35.13 | - |
| YUV | 169.84 | 117.93 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 161 | 152 | 0 | 0.17 | 0.22 | 0.24 | 12.86 | 0.26 | 0.68 |
| Hex | C2 | A1 | 98 | 0 | 11 | 16 | 18 | D | 1A | 44 |
| Octal | 302 | 241 | 230 | 0 | 21 | 26 | 30 | 15 | 32 | 104 |
| Binary | 11000010 | 10100001 | 10011000 | 0 | 10001 | 10110 | 11000 | 1101 | 11010 | 1000100 |
Color Harmonies of #C2A198
Complementary color
Monochromatic Colors of #C2A198
Black with #C2A198
Text Example
Text Example
White with #C2A198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A198; }
p { color: rgb(194,161,152); }
H1.HeaderClassName
{
color: #C2A198;
}
.AnyTagClassName
{
color: #C2A198;
}
</style>
background-color css
<style>
a { background-color: #C2A198; }
a { background-color: rgb(194,161,152); }
div.DivClassName
{
background-color: #C2A198;
}
.BgClassName
{
background-color: #C2A198;
}
</style>
border-color css
<style>
span { border-color: #C2A198; }
span { border-color: rgb(194,161,152); }
td.TdClassName
{
border-color: #C2A198;
}
.TagClassName
{
border-color: #C2A198;
}
</style>