Shades of Lily #C69AB9
Tints of Lily #C69AB9
RGB
CMYK
RGB Variations
Color information
#C69AB9 (or 0xC69AB9) is known color: Lily. HEX triplet: C6, 9A and B9. RGB value is (198,154,185). Sum of RGB (Red+Green+Blue) = 198+154+185=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 185 (72.66% from 255 or 34.45% from 537); Max value from RGB is 198 - color contains mainly: red. Hex color #C69AB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69AB9 is #396546. Grayscale: #AAAAAA. Windows color (decimal): -3761479 or 12163782. OLE color: 12163782.
HSL color Cylindrical-coordinate representation of color #C69AB9: hue angle of 317.73º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C69AB9 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 154 | 185 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.22 |
| HSL | 317.73º | 0.28% | 0.69% | - |
| HSV(B) | 317.73º | 0.22% | 0.78% | - |
| XYZ | 43.6 | 38.62 | 51.06 | - |
| YUV | 170.69 | 136.08 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 154 | 185 | 0 | 0.22 | 0.07 | 0.22 | 317.73 | 0.28 | 0.69 |
| Hex | C6 | 9A | B9 | 0 | 16 | 7 | 16 | 13E | 1C | 45 |
| Octal | 306 | 232 | 271 | 0 | 26 | 7 | 26 | 476 | 34 | 105 |
| Binary | 11000110 | 10011010 | 10111001 | 0 | 10110 | 111 | 10110 | 100111110 | 11100 | 1000101 |
Color Harmonies of #C69AB9
Complementary color
Monochromatic Colors of #C69AB9
Black with #C69AB9
Text Example
Text Example
White with #C69AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69AB9; }
p { color: rgb(198,154,185); }
H1.HeaderClassName
{
color: #C69AB9;
}
.AnyTagClassName
{
color: #C69AB9;
}
</style>
background-color css
<style>
a { background-color: #C69AB9; }
a { background-color: rgb(198,154,185); }
div.DivClassName
{
background-color: #C69AB9;
}
.BgClassName
{
background-color: #C69AB9;
}
</style>
border-color css
<style>
span { border-color: #C69AB9; }
span { border-color: rgb(198,154,185); }
td.TdClassName
{
border-color: #C69AB9;
}
.TagClassName
{
border-color: #C69AB9;
}
</style>