Shades of Lily #C68EAB
Tints of Lily #C68EAB
RGB
CMYK
RGB Variations
Color information
#C68EAB (or 0xC68EAB) is known color: Lily. HEX triplet: C6, 8E and AB. RGB value is (198,142,171). Sum of RGB (Red+Green+Blue) = 198+142+171=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 198 - color contains mainly: red. Hex color #C68EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68EAB is #397154. Grayscale: #A1A1A1. Windows color (decimal): -3764565 or 11243206. OLE color: 11243206.
HSL color Cylindrical-coordinate representation of color #C68EAB: hue angle of 328.93º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C68EAB is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 142 | 171 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.22 |
| HSL | 328.93º | 0.33% | 0.67% | - |
| HSV(B) | 328.93º | 0.28% | 0.78% | - |
| XYZ | 40.31 | 34.29 | 43.02 | - |
| YUV | 162.05 | 133.05 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 142 | 171 | 0 | 0.28 | 0.14 | 0.22 | 328.93 | 0.33 | 0.67 |
| Hex | C6 | 8E | AB | 0 | 1C | E | 16 | 149 | 21 | 43 |
| Octal | 306 | 216 | 253 | 0 | 34 | 16 | 26 | 511 | 41 | 103 |
| Binary | 11000110 | 10001110 | 10101011 | 0 | 11100 | 1110 | 10110 | 101001001 | 100001 | 1000011 |
Color Harmonies of #C68EAB
Complementary color
Monochromatic Colors of #C68EAB
Black with #C68EAB
Text Example
Text Example
White with #C68EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68EAB; }
p { color: rgb(198,142,171); }
H1.HeaderClassName
{
color: #C68EAB;
}
.AnyTagClassName
{
color: #C68EAB;
}
</style>
background-color css
<style>
a { background-color: #C68EAB; }
a { background-color: rgb(198,142,171); }
div.DivClassName
{
background-color: #C68EAB;
}
.BgClassName
{
background-color: #C68EAB;
}
</style>
border-color css
<style>
span { border-color: #C68EAB; }
span { border-color: rgb(198,142,171); }
td.TdClassName
{
border-color: #C68EAB;
}
.TagClassName
{
border-color: #C68EAB;
}
</style>