Shades of Lily #C686AC
Tints of Lily #C686AC
RGB
CMYK
RGB Variations
Color information
#C686AC (or 0xC686AC) is known color: Lily. HEX triplet: C6, 86 and AC. RGB value is (198,134,172). Sum of RGB (Red+Green+Blue) = 198+134+172=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 134 (52.73% from 255 or 26.59% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 198 - color contains mainly: red. Hex color #C686AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C686AC is #397953. Grayscale: #9D9D9D. Windows color (decimal): -3766612 or 11306694. OLE color: 11306694.
HSL color Cylindrical-coordinate representation of color #C686AC: hue angle of 324.38º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C686AC is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 134 | 172 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.22 |
| HSL | 324.38º | 0.36% | 0.65% | - |
| HSV(B) | 324.38º | 0.32% | 0.78% | - |
| XYZ | 39.26 | 32.03 | 43.14 | - |
| YUV | 157.47 | 136.2 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 172 | 0 | 0.32 | 0.13 | 0.22 | 324.38 | 0.36 | 0.65 |
| Hex | C6 | 86 | AC | 0 | 20 | D | 16 | 144 | 24 | 41 |
| Octal | 306 | 206 | 254 | 0 | 40 | 15 | 26 | 504 | 44 | 101 |
| Binary | 11000110 | 10000110 | 10101100 | 0 | 100000 | 1101 | 10110 | 101000100 | 100100 | 1000001 |
Color Harmonies of #C686AC
Complementary color
Monochromatic Colors of #C686AC
Black with #C686AC
Text Example
Text Example
White with #C686AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C686AC; }
p { color: rgb(198,134,172); }
H1.HeaderClassName
{
color: #C686AC;
}
.AnyTagClassName
{
color: #C686AC;
}
</style>
background-color css
<style>
a { background-color: #C686AC; }
a { background-color: rgb(198,134,172); }
div.DivClassName
{
background-color: #C686AC;
}
.BgClassName
{
background-color: #C686AC;
}
</style>
border-color css
<style>
span { border-color: #C686AC; }
span { border-color: rgb(198,134,172); }
td.TdClassName
{
border-color: #C686AC;
}
.TagClassName
{
border-color: #C686AC;
}
</style>