Shades of Eunry #C19C98
Tints of Eunry #C19C98
RGB
CMYK
RGB Variations
Color information
#C19C98 (or 0xC19C98) is known color: Eunry. HEX triplet: C1, 9C and 98. RGB value is (193,156,152). Sum of RGB (Red+Green+Blue) = 193+156+152=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19C98 is #3E6367. Grayscale: #A6A6A6. Windows color (decimal): -4088680 or 10001601. OLE color: 10001601.
HSL color Cylindrical-coordinate representation of color #C19C98: hue angle of 5.85º 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 #C19C98 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 156 | 152 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.24 |
| HSL | 5.85º | 0.25% | 0.68% | - |
| HSV(B) | 5.85º | 0.21% | 0.76% | - |
| XYZ | 39.55 | 37.38 | 34.84 | - |
| YUV | 166.61 | 119.76 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 152 | 0 | 0.19 | 0.21 | 0.24 | 5.85 | 0.25 | 0.68 |
| Hex | C1 | 9C | 98 | 0 | 13 | 15 | 18 | 6 | 19 | 44 |
| Octal | 301 | 234 | 230 | 0 | 23 | 25 | 30 | 6 | 31 | 104 |
| Binary | 11000001 | 10011100 | 10011000 | 0 | 10011 | 10101 | 11000 | 110 | 11001 | 1000100 |
Color Harmonies of #C19C98
Complementary color
Monochromatic Colors of #C19C98
Black with #C19C98
Text Example
Text Example
White with #C19C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19C98; }
p { color: rgb(193,156,152); }
H1.HeaderClassName
{
color: #C19C98;
}
.AnyTagClassName
{
color: #C19C98;
}
</style>
background-color css
<style>
a { background-color: #C19C98; }
a { background-color: rgb(193,156,152); }
div.DivClassName
{
background-color: #C19C98;
}
.BgClassName
{
background-color: #C19C98;
}
</style>
border-color css
<style>
span { border-color: #C19C98; }
span { border-color: rgb(193,156,152); }
td.TdClassName
{
border-color: #C19C98;
}
.TagClassName
{
border-color: #C19C98;
}
</style>