Shades of Lily #C09CB0
Tints of Lily #C09CB0
RGB
CMYK
RGB Variations
Color information
#C09CB0 (or 0xC09CB0) is known color: Lily. HEX triplet: C0, 9C and B0. RGB value is (192,156,176). Sum of RGB (Red+Green+Blue) = 192+156+176=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 156 (61.33% from 255 or 29.77% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 192 - color contains mainly: red. Hex color #C09CB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09CB0 is #3F634F. Grayscale: #A9A9A9. Windows color (decimal): -4154192 or 11574464. OLE color: 11574464.
HSL color Cylindrical-coordinate representation of color #C09CB0: hue angle of 326.67º 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 #C09CB0 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 156 | 176 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.25 |
| HSL | 326.67º | 0.22% | 0.68% | - |
| HSV(B) | 326.67º | 0.19% | 0.75% | - |
| XYZ | 41.46 | 38.12 | 46.25 | - |
| YUV | 169.04 | 131.93 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 176 | 0 | 0.19 | 0.08 | 0.25 | 326.67 | 0.22 | 0.68 |
| Hex | C0 | 9C | B0 | 0 | 13 | 8 | 19 | 147 | 16 | 44 |
| Octal | 300 | 234 | 260 | 0 | 23 | 10 | 31 | 507 | 26 | 104 |
| Binary | 11000000 | 10011100 | 10110000 | 0 | 10011 | 1000 | 11001 | 101000111 | 10110 | 1000100 |
Color Harmonies of #C09CB0
Complementary color
Monochromatic Colors of #C09CB0
Black with #C09CB0
Text Example
Text Example
White with #C09CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09CB0; }
p { color: rgb(192,156,176); }
H1.HeaderClassName
{
color: #C09CB0;
}
.AnyTagClassName
{
color: #C09CB0;
}
</style>
background-color css
<style>
a { background-color: #C09CB0; }
a { background-color: rgb(192,156,176); }
div.DivClassName
{
background-color: #C09CB0;
}
.BgClassName
{
background-color: #C09CB0;
}
</style>
border-color css
<style>
span { border-color: #C09CB0; }
span { border-color: rgb(192,156,176); }
td.TdClassName
{
border-color: #C09CB0;
}
.TagClassName
{
border-color: #C09CB0;
}
</style>