Shades of Lily #C68BAC
Tints of Lily #C68BAC
RGB
CMYK
RGB Variations
Color information
#C68BAC (or 0xC68BAC) is known color: Lily. HEX triplet: C6, 8B and AC. RGB value is (198,139,172). Sum of RGB (Red+Green+Blue) = 198+139+172=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 198 - color contains mainly: red. Hex color #C68BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68BAC is #397453. Grayscale: #A0A0A0. Windows color (decimal): -3765332 or 11307974. OLE color: 11307974.
HSL color Cylindrical-coordinate representation of color #C68BAC: hue angle of 326.44º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C68BAC is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 139 | 172 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.22 |
| HSL | 326.44º | 0.34% | 0.66% | - |
| HSV(B) | 326.44º | 0.3% | 0.78% | - |
| XYZ | 39.97 | 33.45 | 43.38 | - |
| YUV | 160.4 | 134.55 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 139 | 172 | 0 | 0.30 | 0.13 | 0.22 | 326.44 | 0.34 | 0.66 |
| Hex | C6 | 8B | AC | 0 | 1E | D | 16 | 146 | 22 | 42 |
| Octal | 306 | 213 | 254 | 0 | 36 | 15 | 26 | 506 | 42 | 102 |
| Binary | 11000110 | 10001011 | 10101100 | 0 | 11110 | 1101 | 10110 | 101000110 | 100010 | 1000010 |
Color Harmonies of #C68BAC
Complementary color
Monochromatic Colors of #C68BAC
Black with #C68BAC
Text Example
Text Example
White with #C68BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68BAC; }
p { color: rgb(198,139,172); }
H1.HeaderClassName
{
color: #C68BAC;
}
.AnyTagClassName
{
color: #C68BAC;
}
</style>
background-color css
<style>
a { background-color: #C68BAC; }
a { background-color: rgb(198,139,172); }
div.DivClassName
{
background-color: #C68BAC;
}
.BgClassName
{
background-color: #C68BAC;
}
</style>
border-color css
<style>
span { border-color: #C68BAC; }
span { border-color: rgb(198,139,172); }
td.TdClassName
{
border-color: #C68BAC;
}
.TagClassName
{
border-color: #C68BAC;
}
</style>