Shades of Lily #C6A9B2
Tints of Lily #C6A9B2
RGB
CMYK
RGB Variations
Color information
#C6A9B2 (or 0xC6A9B2) is known color: Lily. HEX triplet: C6, A9 and B2. RGB value is (198,169,178). Sum of RGB (Red+Green+Blue) = 198+169+178=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 169 (66.41% from 255 or 31.01% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A9B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A9B2 is #39564D. Grayscale: #B2B2B2. Windows color (decimal): -3757646 or 11708870. OLE color: 11708870.
HSL color Cylindrical-coordinate representation of color #C6A9B2: hue angle of 341.38º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6A9B2 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 169 | 178 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.22 |
| HSL | 341.38º | 0.2% | 0.72% | - |
| HSV(B) | 341.38º | 0.15% | 0.78% | - |
| XYZ | 45.51 | 43.6 | 48.14 | - |
| YUV | 178.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 169 | 178 | 0 | 0.15 | 0.10 | 0.22 | 341.38 | 0.2 | 0.72 |
| Hex | C6 | A9 | B2 | 0 | F | A | 16 | 155 | 14 | 48 |
| Octal | 306 | 251 | 262 | 0 | 17 | 12 | 26 | 525 | 24 | 110 |
| Binary | 11000110 | 10101001 | 10110010 | 0 | 1111 | 1010 | 10110 | 101010101 | 10100 | 1001000 |
Color Harmonies of #C6A9B2
Complementary color
Monochromatic Colors of #C6A9B2
Black with #C6A9B2
Text Example
Text Example
White with #C6A9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A9B2; }
p { color: rgb(198,169,178); }
H1.HeaderClassName
{
color: #C6A9B2;
}
.AnyTagClassName
{
color: #C6A9B2;
}
</style>
background-color css
<style>
a { background-color: #C6A9B2; }
a { background-color: rgb(198,169,178); }
div.DivClassName
{
background-color: #C6A9B2;
}
.BgClassName
{
background-color: #C6A9B2;
}
</style>
border-color css
<style>
span { border-color: #C6A9B2; }
span { border-color: rgb(198,169,178); }
td.TdClassName
{
border-color: #C6A9B2;
}
.TagClassName
{
border-color: #C6A9B2;
}
</style>