Shades of Eunry #C09F98
Tints of Eunry #C09F98
RGB
CMYK
RGB Variations
Color information
#C09F98 (or 0xC09F98) is known color: Eunry. HEX triplet: C0, 9F and 98. RGB value is (192,159,152). Sum of RGB (Red+Green+Blue) = 192+159+152=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09F98 is #3F6067. Grayscale: #A8A8A8. Windows color (decimal): -4153448 or 10002368. OLE color: 10002368.
HSL color Cylindrical-coordinate representation of color #C09F98: hue angle of 10.5º 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 #C09F98 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 159 | 152 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.25 |
| HSL | 10.5º | 0.24% | 0.67% | - |
| HSV(B) | 10.5º | 0.21% | 0.75% | - |
| XYZ | 39.8 | 38.27 | 34.99 | - |
| YUV | 168.07 | 118.93 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 152 | 0 | 0.17 | 0.21 | 0.25 | 10.5 | 0.24 | 0.67 |
| Hex | C0 | 9F | 98 | 0 | 11 | 15 | 19 | A | 18 | 43 |
| Octal | 300 | 237 | 230 | 0 | 21 | 25 | 31 | 12 | 30 | 103 |
| Binary | 11000000 | 10011111 | 10011000 | 0 | 10001 | 10101 | 11001 | 1010 | 11000 | 1000011 |
Color Harmonies of #C09F98
Complementary color
Monochromatic Colors of #C09F98
Black with #C09F98
Text Example
Text Example
White with #C09F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09F98; }
p { color: rgb(192,159,152); }
H1.HeaderClassName
{
color: #C09F98;
}
.AnyTagClassName
{
color: #C09F98;
}
</style>
background-color css
<style>
a { background-color: #C09F98; }
a { background-color: rgb(192,159,152); }
div.DivClassName
{
background-color: #C09F98;
}
.BgClassName
{
background-color: #C09F98;
}
</style>
border-color css
<style>
span { border-color: #C09F98; }
span { border-color: rgb(192,159,152); }
td.TdClassName
{
border-color: #C09F98;
}
.TagClassName
{
border-color: #C09F98;
}
</style>