Shades of Lily #C69AB0
Tints of Lily #C69AB0
RGB
CMYK
RGB Variations
Color information
#C69AB0 (or 0xC69AB0) is known color: Lily. HEX triplet: C6, 9A and B0. RGB value is (198,154,176). Sum of RGB (Red+Green+Blue) = 198+154+176=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 176 (69.14% from 255 or 33.33% from 528); Max value from RGB is 198 - color contains mainly: red. Hex color #C69AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69AB0 is #39654F. Grayscale: #A9A9A9. Windows color (decimal): -3761488 or 11573958. OLE color: 11573958.
HSL color Cylindrical-coordinate representation of color #C69AB0: hue angle of 330º 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 #C69AB0 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 154 | 176 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.22 |
| HSL | 330º | 0.28% | 0.69% | - |
| HSV(B) | 330º | 0.22% | 0.78% | - |
| XYZ | 42.68 | 38.25 | 46.21 | - |
| YUV | 169.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 154 | 176 | 0 | 0.22 | 0.11 | 0.22 | 330 | 0.28 | 0.69 |
| Hex | C6 | 9A | B0 | 0 | 16 | B | 16 | 14A | 1C | 45 |
| Octal | 306 | 232 | 260 | 0 | 26 | 13 | 26 | 512 | 34 | 105 |
| Binary | 11000110 | 10011010 | 10110000 | 0 | 10110 | 1011 | 10110 | 101001010 | 11100 | 1000101 |
Color Harmonies of #C69AB0
Complementary color
Monochromatic Colors of #C69AB0
Black with #C69AB0
Text Example
Text Example
White with #C69AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69AB0; }
p { color: rgb(198,154,176); }
H1.HeaderClassName
{
color: #C69AB0;
}
.AnyTagClassName
{
color: #C69AB0;
}
</style>
background-color css
<style>
a { background-color: #C69AB0; }
a { background-color: rgb(198,154,176); }
div.DivClassName
{
background-color: #C69AB0;
}
.BgClassName
{
background-color: #C69AB0;
}
</style>
border-color css
<style>
span { border-color: #C69AB0; }
span { border-color: rgb(198,154,176); }
td.TdClassName
{
border-color: #C69AB0;
}
.TagClassName
{
border-color: #C69AB0;
}
</style>