Shades of Lilac #C692BF
Tints of Lilac #C692BF
RGB
CMYK
RGB Variations
Color information
#C692BF (or 0xC692BF) is known color: Lilac. HEX triplet: C6, 92 and BF. RGB value is (198,146,191). Sum of RGB (Red+Green+Blue) = 198+146+191=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 146 (57.42% from 255 or 27.29% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 198 - color contains mainly: red. Hex color #C692BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C692BF is #396D40. Grayscale: #A6A6A6. Windows color (decimal): -3763521 or 12554950. OLE color: 12554950.
HSL color Cylindrical-coordinate representation of color #C692BF: hue angle of 308.08º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C692BF is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 146 | 191 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.22 |
| HSL | 308.08º | 0.31% | 0.67% | - |
| HSV(B) | 308.08º | 0.26% | 0.78% | - |
| XYZ | 42.97 | 36.33 | 54.04 | - |
| YUV | 166.68 | 141.73 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 146 | 191 | 0 | 0.26 | 0.04 | 0.22 | 308.08 | 0.31 | 0.67 |
| Hex | C6 | 92 | BF | 0 | 1A | 4 | 16 | 134 | 1F | 43 |
| Octal | 306 | 222 | 277 | 0 | 32 | 4 | 26 | 464 | 37 | 103 |
| Binary | 11000110 | 10010010 | 10111111 | 0 | 11010 | 100 | 10110 | 100110100 | 11111 | 1000011 |
Color Harmonies of #C692BF
Complementary color
Monochromatic Colors of #C692BF
Black with #C692BF
Text Example
Text Example
White with #C692BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C692BF; }
p { color: rgb(198,146,191); }
H1.HeaderClassName
{
color: #C692BF;
}
.AnyTagClassName
{
color: #C692BF;
}
</style>
background-color css
<style>
a { background-color: #C692BF; }
a { background-color: rgb(198,146,191); }
div.DivClassName
{
background-color: #C692BF;
}
.BgClassName
{
background-color: #C692BF;
}
</style>
border-color css
<style>
span { border-color: #C692BF; }
span { border-color: rgb(198,146,191); }
td.TdClassName
{
border-color: #C692BF;
}
.TagClassName
{
border-color: #C692BF;
}
</style>