Shades of Lily #C09BAB
Tints of Lily #C09BAB
RGB
CMYK
RGB Variations
Color information
#C09BAB (or 0xC09BAB) is known color: Lily. HEX triplet: C0, 9B and AB. RGB value is (192,155,171). Sum of RGB (Red+Green+Blue) = 192+155+171=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 192 - color contains mainly: red. Hex color #C09BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09BAB is #3F6454. Grayscale: #A7A7A7. Windows color (decimal): -4154453 or 11246528. OLE color: 11246528.
HSL color Cylindrical-coordinate representation of color #C09BAB: hue angle of 334.05º 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 #C09BAB is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 155 | 171 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.25 |
| HSL | 334.05º | 0.23% | 0.68% | - |
| HSV(B) | 334.05º | 0.19% | 0.75% | - |
| XYZ | 40.81 | 37.59 | 43.63 | - |
| YUV | 167.89 | 129.76 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 171 | 0 | 0.19 | 0.11 | 0.25 | 334.05 | 0.23 | 0.68 |
| Hex | C0 | 9B | AB | 0 | 13 | B | 19 | 14E | 17 | 44 |
| Octal | 300 | 233 | 253 | 0 | 23 | 13 | 31 | 516 | 27 | 104 |
| Binary | 11000000 | 10011011 | 10101011 | 0 | 10011 | 1011 | 11001 | 101001110 | 10111 | 1000100 |
Color Harmonies of #C09BAB
Complementary color
Monochromatic Colors of #C09BAB
Black with #C09BAB
Text Example
Text Example
White with #C09BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09BAB; }
p { color: rgb(192,155,171); }
H1.HeaderClassName
{
color: #C09BAB;
}
.AnyTagClassName
{
color: #C09BAB;
}
</style>
background-color css
<style>
a { background-color: #C09BAB; }
a { background-color: rgb(192,155,171); }
div.DivClassName
{
background-color: #C09BAB;
}
.BgClassName
{
background-color: #C09BAB;
}
</style>
border-color css
<style>
span { border-color: #C09BAB; }
span { border-color: rgb(192,155,171); }
td.TdClassName
{
border-color: #C09BAB;
}
.TagClassName
{
border-color: #C09BAB;
}
</style>