Shades of Eunry #C2A098
Tints of Eunry #C2A098
RGB
CMYK
RGB Variations
Color information
#C2A098 (or 0xC2A098) is known color: Eunry. HEX triplet: C2, A0 and 98. RGB value is (194,160,152). Sum of RGB (Red+Green+Blue) = 194+160+152=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A098 is #3D5F67. Grayscale: #A9A9A9. Windows color (decimal): -4022120 or 10002626. OLE color: 10002626.
HSL color Cylindrical-coordinate representation of color #C2A098: hue angle of 11.43º 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 #C2A098 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 160 | 152 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.24 |
| HSL | 11.43º | 0.26% | 0.68% | - |
| HSV(B) | 11.43º | 0.22% | 0.76% | - |
| XYZ | 40.49 | 38.88 | 35.08 | - |
| YUV | 169.25 | 118.26 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 152 | 0 | 0.18 | 0.22 | 0.24 | 11.43 | 0.26 | 0.68 |
| Hex | C2 | A0 | 98 | 0 | 12 | 16 | 18 | B | 1A | 44 |
| Octal | 302 | 240 | 230 | 0 | 22 | 26 | 30 | 13 | 32 | 104 |
| Binary | 11000010 | 10100000 | 10011000 | 0 | 10010 | 10110 | 11000 | 1011 | 11010 | 1000100 |
Color Harmonies of #C2A098
Complementary color
Monochromatic Colors of #C2A098
Black with #C2A098
Text Example
Text Example
White with #C2A098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A098; }
p { color: rgb(194,160,152); }
H1.HeaderClassName
{
color: #C2A098;
}
.AnyTagClassName
{
color: #C2A098;
}
</style>
background-color css
<style>
a { background-color: #C2A098; }
a { background-color: rgb(194,160,152); }
div.DivClassName
{
background-color: #C2A098;
}
.BgClassName
{
background-color: #C2A098;
}
</style>
border-color css
<style>
span { border-color: #C2A098; }
span { border-color: rgb(194,160,152); }
td.TdClassName
{
border-color: #C2A098;
}
.TagClassName
{
border-color: #C2A098;
}
</style>