Shades of Lily #C697AB
Tints of Lily #C697AB
RGB
CMYK
RGB Variations
Color information
#C697AB (or 0xC697AB) is known color: Lily. HEX triplet: C6, 97 and AB. RGB value is (198,151,171). Sum of RGB (Red+Green+Blue) = 198+151+171=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 198 - color contains mainly: red. Hex color #C697AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C697AB is #396854. Grayscale: #A7A7A7. Windows color (decimal): -3762261 or 11245510. OLE color: 11245510.
HSL color Cylindrical-coordinate representation of color #C697AB: hue angle of 334.47º degrees, saturation: 0.29, 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 #C697AB is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 151 | 171 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.22 |
| HSL | 334.47º | 0.29% | 0.68% | - |
| HSV(B) | 334.47º | 0.24% | 0.78% | - |
| XYZ | 41.71 | 37.08 | 43.49 | - |
| YUV | 167.33 | 130.07 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 151 | 171 | 0 | 0.24 | 0.14 | 0.22 | 334.47 | 0.29 | 0.68 |
| Hex | C6 | 97 | AB | 0 | 18 | E | 16 | 14E | 1D | 44 |
| Octal | 306 | 227 | 253 | 0 | 30 | 16 | 26 | 516 | 35 | 104 |
| Binary | 11000110 | 10010111 | 10101011 | 0 | 11000 | 1110 | 10110 | 101001110 | 11101 | 1000100 |
Color Harmonies of #C697AB
Complementary color
Monochromatic Colors of #C697AB
Black with #C697AB
Text Example
Text Example
White with #C697AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C697AB; }
p { color: rgb(198,151,171); }
H1.HeaderClassName
{
color: #C697AB;
}
.AnyTagClassName
{
color: #C697AB;
}
</style>
background-color css
<style>
a { background-color: #C697AB; }
a { background-color: rgb(198,151,171); }
div.DivClassName
{
background-color: #C697AB;
}
.BgClassName
{
background-color: #C697AB;
}
</style>
border-color css
<style>
span { border-color: #C697AB; }
span { border-color: rgb(198,151,171); }
td.TdClassName
{
border-color: #C697AB;
}
.TagClassName
{
border-color: #C697AB;
}
</style>