Shades of Lily #C68BAA
Tints of Lily #C68BAA
RGB
CMYK
RGB Variations
Color information
#C68BAA (or 0xC68BAA) is known color: Lily. HEX triplet: C6, 8B and AA. RGB value is (198,139,170). Sum of RGB (Red+Green+Blue) = 198+139+170=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 198 - color contains mainly: red. Hex color #C68BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68BAA is #397455. Grayscale: #A0A0A0. Windows color (decimal): -3765334 or 11176902. OLE color: 11176902.
HSL color Cylindrical-coordinate representation of color #C68BAA: hue angle of 328.47º 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 #C68BAA is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 139 | 170 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.22 |
| HSL | 328.47º | 0.34% | 0.66% | - |
| HSV(B) | 328.47º | 0.3% | 0.78% | - |
| XYZ | 39.78 | 33.37 | 42.38 | - |
| YUV | 160.18 | 133.55 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 139 | 170 | 0 | 0.30 | 0.14 | 0.22 | 328.47 | 0.34 | 0.66 |
| Hex | C6 | 8B | AA | 0 | 1E | E | 16 | 148 | 22 | 42 |
| Octal | 306 | 213 | 252 | 0 | 36 | 16 | 26 | 510 | 42 | 102 |
| Binary | 11000110 | 10001011 | 10101010 | 0 | 11110 | 1110 | 10110 | 101001000 | 100010 | 1000010 |
Color Harmonies of #C68BAA
Complementary color
Monochromatic Colors of #C68BAA
Black with #C68BAA
Text Example
Text Example
White with #C68BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68BAA; }
p { color: rgb(198,139,170); }
H1.HeaderClassName
{
color: #C68BAA;
}
.AnyTagClassName
{
color: #C68BAA;
}
</style>
background-color css
<style>
a { background-color: #C68BAA; }
a { background-color: rgb(198,139,170); }
div.DivClassName
{
background-color: #C68BAA;
}
.BgClassName
{
background-color: #C68BAA;
}
</style>
border-color css
<style>
span { border-color: #C68BAA; }
span { border-color: rgb(198,139,170); }
td.TdClassName
{
border-color: #C68BAA;
}
.TagClassName
{
border-color: #C68BAA;
}
</style>