Shades of Lily #C688AB
Tints of Lily #C688AB
RGB
CMYK
RGB Variations
Color information
#C688AB (or 0xC688AB) is known color: Lily. HEX triplet: C6, 88 and AB. RGB value is (198,136,171). Sum of RGB (Red+Green+Blue) = 198+136+171=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 136 (53.52% from 255 or 26.93% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 198 - color contains mainly: red. Hex color #C688AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C688AB is #397754. Grayscale: #9E9E9E. Windows color (decimal): -3766101 or 11241670. OLE color: 11241670.
HSL color Cylindrical-coordinate representation of color #C688AB: hue angle of 326.13º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C688AB is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 136 | 171 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.22 |
| HSL | 326.13º | 0.35% | 0.65% | - |
| HSV(B) | 326.13º | 0.31% | 0.78% | - |
| XYZ | 39.44 | 32.55 | 42.73 | - |
| YUV | 158.53 | 135.04 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 136 | 171 | 0 | 0.31 | 0.14 | 0.22 | 326.13 | 0.35 | 0.65 |
| Hex | C6 | 88 | AB | 0 | 1F | E | 16 | 146 | 23 | 41 |
| Octal | 306 | 210 | 253 | 0 | 37 | 16 | 26 | 506 | 43 | 101 |
| Binary | 11000110 | 10001000 | 10101011 | 0 | 11111 | 1110 | 10110 | 101000110 | 100011 | 1000001 |
Color Harmonies of #C688AB
Complementary color
Monochromatic Colors of #C688AB
Black with #C688AB
Text Example
Text Example
White with #C688AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C688AB; }
p { color: rgb(198,136,171); }
H1.HeaderClassName
{
color: #C688AB;
}
.AnyTagClassName
{
color: #C688AB;
}
</style>
background-color css
<style>
a { background-color: #C688AB; }
a { background-color: rgb(198,136,171); }
div.DivClassName
{
background-color: #C688AB;
}
.BgClassName
{
background-color: #C688AB;
}
</style>
border-color css
<style>
span { border-color: #C688AB; }
span { border-color: rgb(198,136,171); }
td.TdClassName
{
border-color: #C688AB;
}
.TagClassName
{
border-color: #C688AB;
}
</style>