Shades of Eunry #C09F99
Tints of Eunry #C09F99
RGB
CMYK
RGB Variations
Color information
#C09F99 (or 0xC09F99) is known color: Eunry. HEX triplet: C0, 9F and 99. RGB value is (192,159,153). Sum of RGB (Red+Green+Blue) = 192+159+153=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09F99 is #3F6066. Grayscale: #A8A8A8. Windows color (decimal): -4153447 or 10067904. OLE color: 10067904.
HSL color Cylindrical-coordinate representation of color #C09F99: hue angle of 9.23º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C09F99 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 159 | 153 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.25 |
| HSL | 9.23º | 0.24% | 0.68% | - |
| HSV(B) | 9.23º | 0.2% | 0.75% | - |
| XYZ | 39.89 | 38.3 | 35.43 | - |
| YUV | 168.18 | 119.43 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 153 | 0 | 0.17 | 0.20 | 0.25 | 9.23 | 0.24 | 0.68 |
| Hex | C0 | 9F | 99 | 0 | 11 | 14 | 19 | 9 | 18 | 44 |
| Octal | 300 | 237 | 231 | 0 | 21 | 24 | 31 | 11 | 30 | 104 |
| Binary | 11000000 | 10011111 | 10011001 | 0 | 10001 | 10100 | 11001 | 1001 | 11000 | 1000100 |
Color Harmonies of #C09F99
Complementary color
Monochromatic Colors of #C09F99
Black with #C09F99
Text Example
Text Example
White with #C09F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09F99; }
p { color: rgb(192,159,153); }
H1.HeaderClassName
{
color: #C09F99;
}
.AnyTagClassName
{
color: #C09F99;
}
</style>
background-color css
<style>
a { background-color: #C09F99; }
a { background-color: rgb(192,159,153); }
div.DivClassName
{
background-color: #C09F99;
}
.BgClassName
{
background-color: #C09F99;
}
</style>
border-color css
<style>
span { border-color: #C09F99; }
span { border-color: rgb(192,159,153); }
td.TdClassName
{
border-color: #C09F99;
}
.TagClassName
{
border-color: #C09F99;
}
</style>