Shades of Eunry #C3A098
Tints of Eunry #C3A098
RGB
CMYK
RGB Variations
Color information
#C3A098 (or 0xC3A098) is known color: Eunry. HEX triplet: C3, A0 and 98. RGB value is (195,160,152). Sum of RGB (Red+Green+Blue) = 195+160+152=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A098 is #3C5F67. Grayscale: #A9A9A9. Windows color (decimal): -3956584 or 10002627. OLE color: 10002627.
HSL color Cylindrical-coordinate representation of color #C3A098: hue angle of 11.16º 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 #C3A098 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 152 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.24 |
| HSL | 11.16º | 0.26% | 0.68% | - |
| HSV(B) | 11.16º | 0.22% | 0.76% | - |
| XYZ | 40.74 | 39.01 | 35.09 | - |
| YUV | 169.55 | 118.1 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 152 | 0 | 0.18 | 0.22 | 0.24 | 11.16 | 0.26 | 0.68 |
| Hex | C3 | A0 | 98 | 0 | 12 | 16 | 18 | B | 1A | 44 |
| Octal | 303 | 240 | 230 | 0 | 22 | 26 | 30 | 13 | 32 | 104 |
| Binary | 11000011 | 10100000 | 10011000 | 0 | 10010 | 10110 | 11000 | 1011 | 11010 | 1000100 |
Color Harmonies of #C3A098
Complementary color
Monochromatic Colors of #C3A098
Black with #C3A098
Text Example
Text Example
White with #C3A098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A098; }
p { color: rgb(195,160,152); }
H1.HeaderClassName
{
color: #C3A098;
}
.AnyTagClassName
{
color: #C3A098;
}
</style>
background-color css
<style>
a { background-color: #C3A098; }
a { background-color: rgb(195,160,152); }
div.DivClassName
{
background-color: #C3A098;
}
.BgClassName
{
background-color: #C3A098;
}
</style>
border-color css
<style>
span { border-color: #C3A098; }
span { border-color: rgb(195,160,152); }
td.TdClassName
{
border-color: #C3A098;
}
.TagClassName
{
border-color: #C3A098;
}
</style>