Shades of Eunry #C09E98
Tints of Eunry #C09E98
RGB
CMYK
RGB Variations
Color information
#C09E98 (or 0xC09E98) is known color: Eunry. HEX triplet: C0, 9E and 98. RGB value is (192,158,152). Sum of RGB (Red+Green+Blue) = 192+158+152=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09E98 is #3F6167. Grayscale: #A7A7A7. Windows color (decimal): -4153704 or 10002112. OLE color: 10002112.
HSL color Cylindrical-coordinate representation of color #C09E98: hue angle of 9º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C09E98 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 158 | 152 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.25 |
| HSL | 9º | 0.24% | 0.67% | - |
| HSV(B) | 9º | 0.21% | 0.75% | - |
| XYZ | 39.63 | 37.93 | 34.94 | - |
| YUV | 167.48 | 119.26 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 152 | 0 | 0.18 | 0.21 | 0.25 | 9 | 0.24 | 0.67 |
| Hex | C0 | 9E | 98 | 0 | 12 | 15 | 19 | 9 | 18 | 43 |
| Octal | 300 | 236 | 230 | 0 | 22 | 25 | 31 | 11 | 30 | 103 |
| Binary | 11000000 | 10011110 | 10011000 | 0 | 10010 | 10101 | 11001 | 1001 | 11000 | 1000011 |
Color Harmonies of #C09E98
Complementary color
Monochromatic Colors of #C09E98
Black with #C09E98
Text Example
Text Example
White with #C09E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09E98; }
p { color: rgb(192,158,152); }
H1.HeaderClassName
{
color: #C09E98;
}
.AnyTagClassName
{
color: #C09E98;
}
</style>
background-color css
<style>
a { background-color: #C09E98; }
a { background-color: rgb(192,158,152); }
div.DivClassName
{
background-color: #C09E98;
}
.BgClassName
{
background-color: #C09E98;
}
</style>
border-color css
<style>
span { border-color: #C09E98; }
span { border-color: rgb(192,158,152); }
td.TdClassName
{
border-color: #C09E98;
}
.TagClassName
{
border-color: #C09E98;
}
</style>