Shades of Eunry #C09F9E
Tints of Eunry #C09F9E
RGB
CMYK
RGB Variations
Color information
#C09F9E (or 0xC09F9E) is known color: Eunry. HEX triplet: C0, 9F and 9E. RGB value is (192,159,158). Sum of RGB (Red+Green+Blue) = 192+159+158=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 159 (62.5% from 255 or 31.24% from 509); Blue value is 158 (62.11% from 255 or 31.04% from 509); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09F9E is #3F6061. Grayscale: #A8A8A8. Windows color (decimal): -4153442 or 10395584. OLE color: 10395584.
HSL color Cylindrical-coordinate representation of color #C09F9E: hue angle of 1.76º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C09F9E is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 159 | 158 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.25 |
| HSL | 1.76º | 0.21% | 0.69% | - |
| HSV(B) | 1.76º | 0.18% | 0.75% | - |
| XYZ | 40.31 | 38.47 | 37.65 | - |
| YUV | 168.75 | 121.93 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 158 | 0 | 0.17 | 0.18 | 0.25 | 1.76 | 0.21 | 0.69 |
| Hex | C0 | 9F | 9E | 0 | 11 | 12 | 19 | 2 | 15 | 45 |
| Octal | 300 | 237 | 236 | 0 | 21 | 22 | 31 | 2 | 25 | 105 |
| Binary | 11000000 | 10011111 | 10011110 | 0 | 10001 | 10010 | 11001 | 10 | 10101 | 1000101 |
Color Harmonies of #C09F9E
Complementary color
Monochromatic Colors of #C09F9E
Black with #C09F9E
Text Example
Text Example
White with #C09F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09F9E; }
p { color: rgb(192,159,158); }
H1.HeaderClassName
{
color: #C09F9E;
}
.AnyTagClassName
{
color: #C09F9E;
}
</style>
background-color css
<style>
a { background-color: #C09F9E; }
a { background-color: rgb(192,159,158); }
div.DivClassName
{
background-color: #C09F9E;
}
.BgClassName
{
background-color: #C09F9E;
}
</style>
border-color css
<style>
span { border-color: #C09F9E; }
span { border-color: rgb(192,159,158); }
td.TdClassName
{
border-color: #C09F9E;
}
.TagClassName
{
border-color: #C09F9E;
}
</style>