Shades of Lily #C09BB0
Tints of Lily #C09BB0
RGB
CMYK
RGB Variations
Color information
#C09BB0 (or 0xC09BB0) is known color: Lily. HEX triplet: C0, 9B and B0. RGB value is (192,155,176). Sum of RGB (Red+Green+Blue) = 192+155+176=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 192 - color contains mainly: red. Hex color #C09BB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09BB0 is #3F644F. Grayscale: #A8A8A8. Windows color (decimal): -4154448 or 11574208. OLE color: 11574208.
HSL color Cylindrical-coordinate representation of color #C09BB0: hue angle of 325.95º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C09BB0 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 155 | 176 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.25 |
| HSL | 325.95º | 0.23% | 0.68% | - |
| HSV(B) | 325.95º | 0.19% | 0.75% | - |
| XYZ | 41.3 | 37.78 | 46.19 | - |
| YUV | 168.46 | 132.26 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 176 | 0 | 0.19 | 0.08 | 0.25 | 325.95 | 0.23 | 0.68 |
| Hex | C0 | 9B | B0 | 0 | 13 | 8 | 19 | 146 | 17 | 44 |
| Octal | 300 | 233 | 260 | 0 | 23 | 10 | 31 | 506 | 27 | 104 |
| Binary | 11000000 | 10011011 | 10110000 | 0 | 10011 | 1000 | 11001 | 101000110 | 10111 | 1000100 |
Color Harmonies of #C09BB0
Complementary color
Monochromatic Colors of #C09BB0
Black with #C09BB0
Text Example
Text Example
White with #C09BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09BB0; }
p { color: rgb(192,155,176); }
H1.HeaderClassName
{
color: #C09BB0;
}
.AnyTagClassName
{
color: #C09BB0;
}
</style>
background-color css
<style>
a { background-color: #C09BB0; }
a { background-color: rgb(192,155,176); }
div.DivClassName
{
background-color: #C09BB0;
}
.BgClassName
{
background-color: #C09BB0;
}
</style>
border-color css
<style>
span { border-color: #C09BB0; }
span { border-color: rgb(192,155,176); }
td.TdClassName
{
border-color: #C09BB0;
}
.TagClassName
{
border-color: #C09BB0;
}
</style>