Shades of Lily #C09EB2
Tints of Lily #C09EB2
RGB
CMYK
RGB Variations
Color information
#C09EB2 (or 0xC09EB2) is known color: Lily. HEX triplet: C0, 9E and B2. RGB value is (192,158,178). Sum of RGB (Red+Green+Blue) = 192+158+178=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 192 - color contains mainly: red. Hex color #C09EB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09EB2 is #3F614D. Grayscale: #AAAAAA. Windows color (decimal): -4153678 or 11706048. OLE color: 11706048.
HSL color Cylindrical-coordinate representation of color #C09EB2: hue angle of 324.71º 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 #C09EB2 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 158 | 178 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.25 |
| HSL | 324.71º | 0.21% | 0.69% | - |
| HSV(B) | 324.71º | 0.18% | 0.75% | - |
| XYZ | 42 | 38.87 | 47.41 | - |
| YUV | 170.45 | 132.26 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 178 | 0 | 0.18 | 0.07 | 0.25 | 324.71 | 0.21 | 0.69 |
| Hex | C0 | 9E | B2 | 0 | 12 | 7 | 19 | 145 | 15 | 45 |
| Octal | 300 | 236 | 262 | 0 | 22 | 7 | 31 | 505 | 25 | 105 |
| Binary | 11000000 | 10011110 | 10110010 | 0 | 10010 | 111 | 11001 | 101000101 | 10101 | 1000101 |
Color Harmonies of #C09EB2
Complementary color
Monochromatic Colors of #C09EB2
Black with #C09EB2
Text Example
Text Example
White with #C09EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09EB2; }
p { color: rgb(192,158,178); }
H1.HeaderClassName
{
color: #C09EB2;
}
.AnyTagClassName
{
color: #C09EB2;
}
</style>
background-color css
<style>
a { background-color: #C09EB2; }
a { background-color: rgb(192,158,178); }
div.DivClassName
{
background-color: #C09EB2;
}
.BgClassName
{
background-color: #C09EB2;
}
</style>
border-color css
<style>
span { border-color: #C09EB2; }
span { border-color: rgb(192,158,178); }
td.TdClassName
{
border-color: #C09EB2;
}
.TagClassName
{
border-color: #C09EB2;
}
</style>