Shades of Lily #C09CB6
Tints of Lily #C09CB6
RGB
CMYK
RGB Variations
Color information
#C09CB6 (or 0xC09CB6) is known color: Lily. HEX triplet: C0, 9C and B6. RGB value is (192,156,182). Sum of RGB (Red+Green+Blue) = 192+156+182=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 182 (71.48% from 255 or 34.34% from 530); Max value from RGB is 192 - color contains mainly: red. Hex color #C09CB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09CB6 is #3F6349. Grayscale: #A9A9A9. Windows color (decimal): -4154186 or 11967680. OLE color: 11967680.
HSL color Cylindrical-coordinate representation of color #C09CB6: hue angle of 316.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 #C09CB6 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 156 | 182 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.25 |
| HSL | 316.67º | 0.22% | 0.68% | - |
| HSV(B) | 316.67º | 0.19% | 0.75% | - |
| XYZ | 42.07 | 38.36 | 49.44 | - |
| YUV | 169.73 | 134.93 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 182 | 0 | 0.19 | 0.05 | 0.25 | 316.67 | 0.22 | 0.68 |
| Hex | C0 | 9C | B6 | 0 | 13 | 5 | 19 | 13D | 16 | 44 |
| Octal | 300 | 234 | 266 | 0 | 23 | 5 | 31 | 475 | 26 | 104 |
| Binary | 11000000 | 10011100 | 10110110 | 0 | 10011 | 101 | 11001 | 100111101 | 10110 | 1000100 |
Color Harmonies of #C09CB6
Complementary color
Monochromatic Colors of #C09CB6
Black with #C09CB6
Text Example
Text Example
White with #C09CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09CB6; }
p { color: rgb(192,156,182); }
H1.HeaderClassName
{
color: #C09CB6;
}
.AnyTagClassName
{
color: #C09CB6;
}
</style>
background-color css
<style>
a { background-color: #C09CB6; }
a { background-color: rgb(192,156,182); }
div.DivClassName
{
background-color: #C09CB6;
}
.BgClassName
{
background-color: #C09CB6;
}
</style>
border-color css
<style>
span { border-color: #C09CB6; }
span { border-color: rgb(192,156,182); }
td.TdClassName
{
border-color: #C09CB6;
}
.TagClassName
{
border-color: #C09CB6;
}
</style>