Shades of Lily #C09BB5
Tints of Lily #C09BB5
RGB
CMYK
RGB Variations
Color information
#C09BB5 (or 0xC09BB5) is known color: Lily. HEX triplet: C0, 9B and B5. RGB value is (192,155,181). Sum of RGB (Red+Green+Blue) = 192+155+181=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 192 - color contains mainly: red. Hex color #C09BB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09BB5 is #3F644A. Grayscale: #A8A8A8. Windows color (decimal): -4154443 or 11901888. OLE color: 11901888.
HSL color Cylindrical-coordinate representation of color #C09BB5: hue angle of 317.84º 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 #C09BB5 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 155 | 181 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.25 |
| HSL | 317.84º | 0.23% | 0.68% | - |
| HSV(B) | 317.84º | 0.19% | 0.75% | - |
| XYZ | 41.8 | 37.99 | 48.84 | - |
| YUV | 169.03 | 134.76 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 181 | 0 | 0.19 | 0.06 | 0.25 | 317.84 | 0.23 | 0.68 |
| Hex | C0 | 9B | B5 | 0 | 13 | 6 | 19 | 13E | 17 | 44 |
| Octal | 300 | 233 | 265 | 0 | 23 | 6 | 31 | 476 | 27 | 104 |
| Binary | 11000000 | 10011011 | 10110101 | 0 | 10011 | 110 | 11001 | 100111110 | 10111 | 1000100 |
Color Harmonies of #C09BB5
Complementary color
Monochromatic Colors of #C09BB5
Black with #C09BB5
Text Example
Text Example
White with #C09BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09BB5; }
p { color: rgb(192,155,181); }
H1.HeaderClassName
{
color: #C09BB5;
}
.AnyTagClassName
{
color: #C09BB5;
}
</style>
background-color css
<style>
a { background-color: #C09BB5; }
a { background-color: rgb(192,155,181); }
div.DivClassName
{
background-color: #C09BB5;
}
.BgClassName
{
background-color: #C09BB5;
}
</style>
border-color css
<style>
span { border-color: #C09BB5; }
span { border-color: rgb(192,155,181); }
td.TdClassName
{
border-color: #C09BB5;
}
.TagClassName
{
border-color: #C09BB5;
}
</style>