Shades of Eunry #C3A198
Tints of Eunry #C3A198
RGB
CMYK
RGB Variations
Color information
#C3A198 (or 0xC3A198) is known color: Eunry. HEX triplet: C3, A1 and 98. RGB value is (195,161,152). Sum of RGB (Red+Green+Blue) = 195+161+152=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 161 (63.28% from 255 or 31.69% from 508); Blue value is 152 (59.77% from 255 or 29.92% from 508); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A198 is #3C5E67. Grayscale: #AAAAAA. Windows color (decimal): -3956328 or 10002883. OLE color: 10002883.
HSL color Cylindrical-coordinate representation of color #C3A198: hue angle of 12.56º 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 #C3A198 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 161 | 152 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.24 |
| HSL | 12.56º | 0.26% | 0.68% | - |
| HSV(B) | 12.56º | 0.22% | 0.76% | - |
| XYZ | 40.92 | 39.36 | 35.15 | - |
| YUV | 170.14 | 117.76 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 161 | 152 | 0 | 0.17 | 0.22 | 0.24 | 12.56 | 0.26 | 0.68 |
| Hex | C3 | A1 | 98 | 0 | 11 | 16 | 18 | D | 1A | 44 |
| Octal | 303 | 241 | 230 | 0 | 21 | 26 | 30 | 15 | 32 | 104 |
| Binary | 11000011 | 10100001 | 10011000 | 0 | 10001 | 10110 | 11000 | 1101 | 11010 | 1000100 |
Color Harmonies of #C3A198
Complementary color
Monochromatic Colors of #C3A198
Black with #C3A198
Text Example
Text Example
White with #C3A198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A198; }
p { color: rgb(195,161,152); }
H1.HeaderClassName
{
color: #C3A198;
}
.AnyTagClassName
{
color: #C3A198;
}
</style>
background-color css
<style>
a { background-color: #C3A198; }
a { background-color: rgb(195,161,152); }
div.DivClassName
{
background-color: #C3A198;
}
.BgClassName
{
background-color: #C3A198;
}
</style>
border-color css
<style>
span { border-color: #C3A198; }
span { border-color: rgb(195,161,152); }
td.TdClassName
{
border-color: #C3A198;
}
.TagClassName
{
border-color: #C3A198;
}
</style>