Shades of Lily #C696AB
Tints of Lily #C696AB
RGB
CMYK
RGB Variations
Color information
#C696AB (or 0xC696AB) is known color: Lily. HEX triplet: C6, 96 and AB. RGB value is (198,150,171). Sum of RGB (Red+Green+Blue) = 198+150+171=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 198 - color contains mainly: red. Hex color #C696AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C696AB is #396954. Grayscale: #A6A6A6. Windows color (decimal): -3762517 or 11245254. OLE color: 11245254.
HSL color Cylindrical-coordinate representation of color #C696AB: hue angle of 333.75º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C696AB is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 150 | 171 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.22 |
| HSL | 333.75º | 0.3% | 0.68% | - |
| HSV(B) | 333.75º | 0.24% | 0.78% | - |
| XYZ | 41.55 | 36.76 | 43.43 | - |
| YUV | 166.75 | 130.4 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 150 | 171 | 0 | 0.24 | 0.14 | 0.22 | 333.75 | 0.3 | 0.68 |
| Hex | C6 | 96 | AB | 0 | 18 | E | 16 | 14E | 1E | 44 |
| Octal | 306 | 226 | 253 | 0 | 30 | 16 | 26 | 516 | 36 | 104 |
| Binary | 11000110 | 10010110 | 10101011 | 0 | 11000 | 1110 | 10110 | 101001110 | 11110 | 1000100 |
Color Harmonies of #C696AB
Complementary color
Monochromatic Colors of #C696AB
Black with #C696AB
Text Example
Text Example
White with #C696AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C696AB; }
p { color: rgb(198,150,171); }
H1.HeaderClassName
{
color: #C696AB;
}
.AnyTagClassName
{
color: #C696AB;
}
</style>
background-color css
<style>
a { background-color: #C696AB; }
a { background-color: rgb(198,150,171); }
div.DivClassName
{
background-color: #C696AB;
}
.BgClassName
{
background-color: #C696AB;
}
</style>
border-color css
<style>
span { border-color: #C696AB; }
span { border-color: rgb(198,150,171); }
td.TdClassName
{
border-color: #C696AB;
}
.TagClassName
{
border-color: #C696AB;
}
</style>