Shades of Lily #C69AB2
Tints of Lily #C69AB2
RGB
CMYK
RGB Variations
Color information
#C69AB2 (or 0xC69AB2) is known color: Lily. HEX triplet: C6, 9A and B2. RGB value is (198,154,178). Sum of RGB (Red+Green+Blue) = 198+154+178=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 198 - color contains mainly: red. Hex color #C69AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69AB2 is #39654D. Grayscale: #A9A9A9. Windows color (decimal): -3761486 or 11705030. OLE color: 11705030.
HSL color Cylindrical-coordinate representation of color #C69AB2: hue angle of 327.27º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C69AB2 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 154 | 178 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.22 |
| HSL | 327.27º | 0.28% | 0.69% | - |
| HSV(B) | 327.27º | 0.22% | 0.78% | - |
| XYZ | 42.88 | 38.33 | 47.26 | - |
| YUV | 169.89 | 132.58 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 154 | 178 | 0 | 0.22 | 0.10 | 0.22 | 327.27 | 0.28 | 0.69 |
| Hex | C6 | 9A | B2 | 0 | 16 | A | 16 | 147 | 1C | 45 |
| Octal | 306 | 232 | 262 | 0 | 26 | 12 | 26 | 507 | 34 | 105 |
| Binary | 11000110 | 10011010 | 10110010 | 0 | 10110 | 1010 | 10110 | 101000111 | 11100 | 1000101 |
Color Harmonies of #C69AB2
Complementary color
Monochromatic Colors of #C69AB2
Black with #C69AB2
Text Example
Text Example
White with #C69AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69AB2; }
p { color: rgb(198,154,178); }
H1.HeaderClassName
{
color: #C69AB2;
}
.AnyTagClassName
{
color: #C69AB2;
}
</style>
background-color css
<style>
a { background-color: #C69AB2; }
a { background-color: rgb(198,154,178); }
div.DivClassName
{
background-color: #C69AB2;
}
.BgClassName
{
background-color: #C69AB2;
}
</style>
border-color css
<style>
span { border-color: #C69AB2; }
span { border-color: rgb(198,154,178); }
td.TdClassName
{
border-color: #C69AB2;
}
.TagClassName
{
border-color: #C69AB2;
}
</style>