Shades of Lily #C09CB1
Tints of Lily #C09CB1
RGB
CMYK
RGB Variations
Color information
#C09CB1 (or 0xC09CB1) is known color: Lily. HEX triplet: C0, 9C and B1. RGB value is (192,156,177). Sum of RGB (Red+Green+Blue) = 192+156+177=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 177 (69.53% from 255 or 33.71% from 525); Max value from RGB is 192 - color contains mainly: red. Hex color #C09CB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09CB1 is #3F634E. Grayscale: #A9A9A9. Windows color (decimal): -4154191 or 11640000. OLE color: 11640000.
HSL color Cylindrical-coordinate representation of color #C09CB1: hue angle of 325º degrees, saturation: 0.22, 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 #C09CB1 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 156 | 177 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.25 |
| HSL | 325º | 0.22% | 0.68% | - |
| HSV(B) | 325º | 0.19% | 0.75% | - |
| XYZ | 41.56 | 38.16 | 46.77 | - |
| YUV | 169.16 | 132.43 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 177 | 0 | 0.19 | 0.08 | 0.25 | 325 | 0.22 | 0.68 |
| Hex | C0 | 9C | B1 | 0 | 13 | 8 | 19 | 145 | 16 | 44 |
| Octal | 300 | 234 | 261 | 0 | 23 | 10 | 31 | 505 | 26 | 104 |
| Binary | 11000000 | 10011100 | 10110001 | 0 | 10011 | 1000 | 11001 | 101000101 | 10110 | 1000100 |
Color Harmonies of #C09CB1
Complementary color
Monochromatic Colors of #C09CB1
Black with #C09CB1
Text Example
Text Example
White with #C09CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09CB1; }
p { color: rgb(192,156,177); }
H1.HeaderClassName
{
color: #C09CB1;
}
.AnyTagClassName
{
color: #C09CB1;
}
</style>
background-color css
<style>
a { background-color: #C09CB1; }
a { background-color: rgb(192,156,177); }
div.DivClassName
{
background-color: #C09CB1;
}
.BgClassName
{
background-color: #C09CB1;
}
</style>
border-color css
<style>
span { border-color: #C09CB1; }
span { border-color: rgb(192,156,177); }
td.TdClassName
{
border-color: #C09CB1;
}
.TagClassName
{
border-color: #C09CB1;
}
</style>