Shades of Lily #C698B2
Tints of Lily #C698B2
RGB
CMYK
RGB Variations
Color information
#C698B2 (or 0xC698B2) is known color: Lily. HEX triplet: C6, 98 and B2. RGB value is (198,152,178). Sum of RGB (Red+Green+Blue) = 198+152+178=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 198 - color contains mainly: red. Hex color #C698B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C698B2 is #39674D. Grayscale: #A8A8A8. Windows color (decimal): -3761998 or 11704518. OLE color: 11704518.
HSL color Cylindrical-coordinate representation of color #C698B2: hue angle of 326.09º 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 #C698B2 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 152 | 178 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.22 |
| HSL | 326.09º | 0.29% | 0.69% | - |
| HSV(B) | 326.09º | 0.23% | 0.78% | - |
| XYZ | 42.55 | 37.68 | 47.15 | - |
| YUV | 168.72 | 133.24 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 178 | 0 | 0.23 | 0.10 | 0.22 | 326.09 | 0.29 | 0.69 |
| Hex | C6 | 98 | B2 | 0 | 17 | A | 16 | 146 | 1D | 45 |
| Octal | 306 | 230 | 262 | 0 | 27 | 12 | 26 | 506 | 35 | 105 |
| Binary | 11000110 | 10011000 | 10110010 | 0 | 10111 | 1010 | 10110 | 101000110 | 11101 | 1000101 |
Color Harmonies of #C698B2
Complementary color
Monochromatic Colors of #C698B2
Black with #C698B2
Text Example
Text Example
White with #C698B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C698B2; }
p { color: rgb(198,152,178); }
H1.HeaderClassName
{
color: #C698B2;
}
.AnyTagClassName
{
color: #C698B2;
}
</style>
background-color css
<style>
a { background-color: #C698B2; }
a { background-color: rgb(198,152,178); }
div.DivClassName
{
background-color: #C698B2;
}
.BgClassName
{
background-color: #C698B2;
}
</style>
border-color css
<style>
span { border-color: #C698B2; }
span { border-color: rgb(198,152,178); }
td.TdClassName
{
border-color: #C698B2;
}
.TagClassName
{
border-color: #C698B2;
}
</style>