Shades of Lilac #C699BF
Tints of Lilac #C699BF
RGB
CMYK
RGB Variations
Color information
#C699BF (or 0xC699BF) is known color: Lilac. HEX triplet: C6, 99 and BF. RGB value is (198,153,191). Sum of RGB (Red+Green+Blue) = 198+153+191=542 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.53% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 198 - color contains mainly: red. Hex color #C699BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C699BF is #396640. Grayscale: #AAAAAA. Windows color (decimal): -3761729 or 12556742. OLE color: 12556742.
HSL color Cylindrical-coordinate representation of color #C699BF: hue angle of 309.33º degrees, saturation: 0.28, 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 #C699BF is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 191 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.22 |
| HSL | 309.33º | 0.28% | 0.69% | - |
| HSV(B) | 309.33º | 0.23% | 0.78% | - |
| XYZ | 44.08 | 38.55 | 54.41 | - |
| YUV | 170.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 191 | 0 | 0.23 | 0.04 | 0.22 | 309.33 | 0.28 | 0.69 |
| Hex | C6 | 99 | BF | 0 | 17 | 4 | 16 | 135 | 1C | 45 |
| Octal | 306 | 231 | 277 | 0 | 27 | 4 | 26 | 465 | 34 | 105 |
| Binary | 11000110 | 10011001 | 10111111 | 0 | 10111 | 100 | 10110 | 100110101 | 11100 | 1000101 |
Color Harmonies of #C699BF
Complementary color
Monochromatic Colors of #C699BF
Black with #C699BF
Text Example
Text Example
White with #C699BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C699BF; }
p { color: rgb(198,153,191); }
H1.HeaderClassName
{
color: #C699BF;
}
.AnyTagClassName
{
color: #C699BF;
}
</style>
background-color css
<style>
a { background-color: #C699BF; }
a { background-color: rgb(198,153,191); }
div.DivClassName
{
background-color: #C699BF;
}
.BgClassName
{
background-color: #C699BF;
}
</style>
border-color css
<style>
span { border-color: #C699BF; }
span { border-color: rgb(198,153,191); }
td.TdClassName
{
border-color: #C699BF;
}
.TagClassName
{
border-color: #C699BF;
}
</style>