Shades of Lily #C09BB2
Tints of Lily #C09BB2
RGB
CMYK
RGB Variations
Color information
#C09BB2 (or 0xC09BB2) is known color: Lily. HEX triplet: C0, 9B and B2. RGB value is (192,155,178). Sum of RGB (Red+Green+Blue) = 192+155+178=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 192 - color contains mainly: red. Hex color #C09BB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09BB2 is #3F644D. Grayscale: #A8A8A8. Windows color (decimal): -4154446 or 11705280. OLE color: 11705280.
HSL color Cylindrical-coordinate representation of color #C09BB2: hue angle of 322.7º 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 #C09BB2 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 155 | 178 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.25 |
| HSL | 322.7º | 0.23% | 0.68% | - |
| HSV(B) | 322.7º | 0.19% | 0.75% | - |
| XYZ | 41.5 | 37.86 | 47.24 | - |
| YUV | 168.69 | 133.26 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 178 | 0 | 0.19 | 0.07 | 0.25 | 322.7 | 0.23 | 0.68 |
| Hex | C0 | 9B | B2 | 0 | 13 | 7 | 19 | 143 | 17 | 44 |
| Octal | 300 | 233 | 262 | 0 | 23 | 7 | 31 | 503 | 27 | 104 |
| Binary | 11000000 | 10011011 | 10110010 | 0 | 10011 | 111 | 11001 | 101000011 | 10111 | 1000100 |
Color Harmonies of #C09BB2
Complementary color
Monochromatic Colors of #C09BB2
Black with #C09BB2
Text Example
Text Example
White with #C09BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09BB2; }
p { color: rgb(192,155,178); }
H1.HeaderClassName
{
color: #C09BB2;
}
.AnyTagClassName
{
color: #C09BB2;
}
</style>
background-color css
<style>
a { background-color: #C09BB2; }
a { background-color: rgb(192,155,178); }
div.DivClassName
{
background-color: #C09BB2;
}
.BgClassName
{
background-color: #C09BB2;
}
</style>
border-color css
<style>
span { border-color: #C09BB2; }
span { border-color: rgb(192,155,178); }
td.TdClassName
{
border-color: #C09BB2;
}
.TagClassName
{
border-color: #C09BB2;
}
</style>