Shades of Lily #C697BA
Tints of Lily #C697BA
RGB
CMYK
RGB Variations
Color information
#C697BA (or 0xC697BA) is known color: Lily. HEX triplet: C6, 97 and BA. RGB value is (198,151,186). Sum of RGB (Red+Green+Blue) = 198+151+186=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 151 (59.38% from 255 or 28.22% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 198 - color contains mainly: red. Hex color #C697BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C697BA is #396845. Grayscale: #A8A8A8. Windows color (decimal): -3762246 or 12228550. OLE color: 12228550.
HSL color Cylindrical-coordinate representation of color #C697BA: hue angle of 315.32º 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 #C697BA is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 151 | 186 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.22 |
| HSL | 315.32º | 0.29% | 0.68% | - |
| HSV(B) | 315.32º | 0.24% | 0.78% | - |
| XYZ | 43.22 | 37.68 | 51.45 | - |
| YUV | 169.04 | 137.57 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 151 | 186 | 0 | 0.24 | 0.06 | 0.22 | 315.32 | 0.29 | 0.68 |
| Hex | C6 | 97 | BA | 0 | 18 | 6 | 16 | 13B | 1D | 44 |
| Octal | 306 | 227 | 272 | 0 | 30 | 6 | 26 | 473 | 35 | 104 |
| Binary | 11000110 | 10010111 | 10111010 | 0 | 11000 | 110 | 10110 | 100111011 | 11101 | 1000100 |
Color Harmonies of #C697BA
Complementary color
Monochromatic Colors of #C697BA
Black with #C697BA
Text Example
Text Example
White with #C697BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C697BA; }
p { color: rgb(198,151,186); }
H1.HeaderClassName
{
color: #C697BA;
}
.AnyTagClassName
{
color: #C697BA;
}
</style>
background-color css
<style>
a { background-color: #C697BA; }
a { background-color: rgb(198,151,186); }
div.DivClassName
{
background-color: #C697BA;
}
.BgClassName
{
background-color: #C697BA;
}
</style>
border-color css
<style>
span { border-color: #C697BA; }
span { border-color: rgb(198,151,186); }
td.TdClassName
{
border-color: #C697BA;
}
.TagClassName
{
border-color: #C697BA;
}
</style>