Shades of Lily #C6A8B2
Tints of Lily #C6A8B2
RGB
CMYK
RGB Variations
Color information
#C6A8B2 (or 0xC6A8B2) is known color: Lily. HEX triplet: C6, A8 and B2. RGB value is (198,168,178). Sum of RGB (Red+Green+Blue) = 198+168+178=544 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.40% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A8B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A8B2 is #39574D. Grayscale: #B2B2B2. Windows color (decimal): -3757902 or 11708614. OLE color: 11708614.
HSL color Cylindrical-coordinate representation of color #C6A8B2: hue angle of 340º degrees, saturation: 0.21, 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 #C6A8B2 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 168 | 178 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.22 |
| HSL | 340º | 0.21% | 0.72% | - |
| HSV(B) | 340º | 0.15% | 0.78% | - |
| XYZ | 45.33 | 43.23 | 48.07 | - |
| YUV | 178.11 | 127.94 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 168 | 178 | 0 | 0.15 | 0.10 | 0.22 | 340 | 0.21 | 0.72 |
| Hex | C6 | A8 | B2 | 0 | F | A | 16 | 154 | 15 | 48 |
| Octal | 306 | 250 | 262 | 0 | 17 | 12 | 26 | 524 | 25 | 110 |
| Binary | 11000110 | 10101000 | 10110010 | 0 | 1111 | 1010 | 10110 | 101010100 | 10101 | 1001000 |
Color Harmonies of #C6A8B2
Complementary color
Monochromatic Colors of #C6A8B2
Black with #C6A8B2
Text Example
Text Example
White with #C6A8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A8B2; }
p { color: rgb(198,168,178); }
H1.HeaderClassName
{
color: #C6A8B2;
}
.AnyTagClassName
{
color: #C6A8B2;
}
</style>
background-color css
<style>
a { background-color: #C6A8B2; }
a { background-color: rgb(198,168,178); }
div.DivClassName
{
background-color: #C6A8B2;
}
.BgClassName
{
background-color: #C6A8B2;
}
</style>
border-color css
<style>
span { border-color: #C6A8B2; }
span { border-color: rgb(198,168,178); }
td.TdClassName
{
border-color: #C6A8B2;
}
.TagClassName
{
border-color: #C6A8B2;
}
</style>