Shades of Lily #C69ABB
Tints of Lily #C69ABB
RGB
CMYK
RGB Variations
Color information
#C69ABB (or 0xC69ABB) is known color: Lily. HEX triplet: C6, 9A and BB. RGB value is (198,154,187). Sum of RGB (Red+Green+Blue) = 198+154+187=539 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.73% from 539); Green value is 154 (60.55% from 255 or 28.57% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 198 - color contains mainly: red. Hex color #C69ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69ABB is #396544. Grayscale: #AAAAAA. Windows color (decimal): -3761477 or 12294854. OLE color: 12294854.
HSL color Cylindrical-coordinate representation of color #C69ABB: hue angle of 315º 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 #C69ABB is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 154 | 187 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.22 |
| HSL | 315º | 0.28% | 0.69% | - |
| HSV(B) | 315º | 0.22% | 0.78% | - |
| XYZ | 43.81 | 38.7 | 52.18 | - |
| YUV | 170.92 | 137.08 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 154 | 187 | 0 | 0.22 | 0.06 | 0.22 | 315 | 0.28 | 0.69 |
| Hex | C6 | 9A | BB | 0 | 16 | 6 | 16 | 13B | 1C | 45 |
| Octal | 306 | 232 | 273 | 0 | 26 | 6 | 26 | 473 | 34 | 105 |
| Binary | 11000110 | 10011010 | 10111011 | 0 | 10110 | 110 | 10110 | 100111011 | 11100 | 1000101 |
Color Harmonies of #C69ABB
Complementary color
Monochromatic Colors of #C69ABB
Black with #C69ABB
Text Example
Text Example
White with #C69ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69ABB; }
p { color: rgb(198,154,187); }
H1.HeaderClassName
{
color: #C69ABB;
}
.AnyTagClassName
{
color: #C69ABB;
}
</style>
background-color css
<style>
a { background-color: #C69ABB; }
a { background-color: rgb(198,154,187); }
div.DivClassName
{
background-color: #C69ABB;
}
.BgClassName
{
background-color: #C69ABB;
}
</style>
border-color css
<style>
span { border-color: #C69ABB; }
span { border-color: rgb(198,154,187); }
td.TdClassName
{
border-color: #C69ABB;
}
.TagClassName
{
border-color: #C69ABB;
}
</style>