Shades of Lily #C698BB
Tints of Lily #C698BB
RGB
CMYK
RGB Variations
Color information
#C698BB (or 0xC698BB) is known color: Lily. HEX triplet: C6, 98 and BB. RGB value is (198,152,187). Sum of RGB (Red+Green+Blue) = 198+152+187=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 198 - color contains mainly: red. Hex color #C698BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C698BB is #396744. Grayscale: #A9A9A9. Windows color (decimal): -3761989 or 12294342. OLE color: 12294342.
HSL color Cylindrical-coordinate representation of color #C698BB: hue angle of 314.35º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C698BB is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 152 | 187 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.22 |
| HSL | 314.35º | 0.29% | 0.69% | - |
| HSV(B) | 314.35º | 0.23% | 0.78% | - |
| XYZ | 43.49 | 38.05 | 52.07 | - |
| YUV | 169.74 | 137.74 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 187 | 0 | 0.23 | 0.06 | 0.22 | 314.35 | 0.29 | 0.69 |
| Hex | C6 | 98 | BB | 0 | 17 | 6 | 16 | 13A | 1D | 45 |
| Octal | 306 | 230 | 273 | 0 | 27 | 6 | 26 | 472 | 35 | 105 |
| Binary | 11000110 | 10011000 | 10111011 | 0 | 10111 | 110 | 10110 | 100111010 | 11101 | 1000101 |
Color Harmonies of #C698BB
Complementary color
Monochromatic Colors of #C698BB
Black with #C698BB
Text Example
Text Example
White with #C698BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C698BB; }
p { color: rgb(198,152,187); }
H1.HeaderClassName
{
color: #C698BB;
}
.AnyTagClassName
{
color: #C698BB;
}
</style>
background-color css
<style>
a { background-color: #C698BB; }
a { background-color: rgb(198,152,187); }
div.DivClassName
{
background-color: #C698BB;
}
.BgClassName
{
background-color: #C698BB;
}
</style>
border-color css
<style>
span { border-color: #C698BB; }
span { border-color: rgb(198,152,187); }
td.TdClassName
{
border-color: #C698BB;
}
.TagClassName
{
border-color: #C698BB;
}
</style>