Shades of Lily #C69AB7
Tints of Lily #C69AB7
RGB
CMYK
RGB Variations
Color information
#C69AB7 (or 0xC69AB7) is known color: Lily. HEX triplet: C6, 9A and B7. RGB value is (198,154,183). Sum of RGB (Red+Green+Blue) = 198+154+183=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 183 (71.88% from 255 or 34.21% from 535); Max value from RGB is 198 - color contains mainly: red. Hex color #C69AB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69AB7 is #396548. Grayscale: #AAAAAA. Windows color (decimal): -3761481 or 12032710. OLE color: 12032710.
HSL color Cylindrical-coordinate representation of color #C69AB7: hue angle of 320.45º 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 #C69AB7 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 154 | 183 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.22 |
| HSL | 320.45º | 0.28% | 0.69% | - |
| HSV(B) | 320.45º | 0.22% | 0.78% | - |
| XYZ | 43.39 | 38.54 | 49.95 | - |
| YUV | 170.46 | 135.08 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 154 | 183 | 0 | 0.22 | 0.08 | 0.22 | 320.45 | 0.28 | 0.69 |
| Hex | C6 | 9A | B7 | 0 | 16 | 8 | 16 | 140 | 1C | 45 |
| Octal | 306 | 232 | 267 | 0 | 26 | 10 | 26 | 500 | 34 | 105 |
| Binary | 11000110 | 10011010 | 10110111 | 0 | 10110 | 1000 | 10110 | 101000000 | 11100 | 1000101 |
Color Harmonies of #C69AB7
Complementary color
Monochromatic Colors of #C69AB7
Black with #C69AB7
Text Example
Text Example
White with #C69AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69AB7; }
p { color: rgb(198,154,183); }
H1.HeaderClassName
{
color: #C69AB7;
}
.AnyTagClassName
{
color: #C69AB7;
}
</style>
background-color css
<style>
a { background-color: #C69AB7; }
a { background-color: rgb(198,154,183); }
div.DivClassName
{
background-color: #C69AB7;
}
.BgClassName
{
background-color: #C69AB7;
}
</style>
border-color css
<style>
span { border-color: #C69AB7; }
span { border-color: rgb(198,154,183); }
td.TdClassName
{
border-color: #C69AB7;
}
.TagClassName
{
border-color: #C69AB7;
}
</style>