Shades of Lily #C09AAB
Tints of Lily #C09AAB
RGB
CMYK
RGB Variations
Color information
#C09AAB (or 0xC09AAB) is known color: Lily. HEX triplet: C0, 9A and AB. RGB value is (192,154,171). Sum of RGB (Red+Green+Blue) = 192+154+171=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 192 - color contains mainly: red. Hex color #C09AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09AAB is #3F6554. Grayscale: #A7A7A7. Windows color (decimal): -4154709 or 11246272. OLE color: 11246272.
HSL color Cylindrical-coordinate representation of color #C09AAB: hue angle of 333.16º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C09AAB is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 171 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.25 |
| HSL | 333.16º | 0.23% | 0.68% | - |
| HSV(B) | 333.16º | 0.2% | 0.75% | - |
| XYZ | 40.64 | 37.26 | 43.58 | - |
| YUV | 167.3 | 130.09 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 171 | 0 | 0.20 | 0.11 | 0.25 | 333.16 | 0.23 | 0.68 |
| Hex | C0 | 9A | AB | 0 | 14 | B | 19 | 14D | 17 | 44 |
| Octal | 300 | 232 | 253 | 0 | 24 | 13 | 31 | 515 | 27 | 104 |
| Binary | 11000000 | 10011010 | 10101011 | 0 | 10100 | 1011 | 11001 | 101001101 | 10111 | 1000100 |
Color Harmonies of #C09AAB
Complementary color
Monochromatic Colors of #C09AAB
Black with #C09AAB
Text Example
Text Example
White with #C09AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09AAB; }
p { color: rgb(192,154,171); }
H1.HeaderClassName
{
color: #C09AAB;
}
.AnyTagClassName
{
color: #C09AAB;
}
</style>
background-color css
<style>
a { background-color: #C09AAB; }
a { background-color: rgb(192,154,171); }
div.DivClassName
{
background-color: #C09AAB;
}
.BgClassName
{
background-color: #C09AAB;
}
</style>
border-color css
<style>
span { border-color: #C09AAB; }
span { border-color: rgb(192,154,171); }
td.TdClassName
{
border-color: #C09AAB;
}
.TagClassName
{
border-color: #C09AAB;
}
</style>