Shades of Lily #C69AB6
Tints of Lily #C69AB6
RGB
CMYK
RGB Variations
Color information
#C69AB6 (or 0xC69AB6) is known color: Lily. HEX triplet: C6, 9A and B6. RGB value is (198,154,182). Sum of RGB (Red+Green+Blue) = 198+154+182=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 182 (71.48% from 255 or 34.08% from 534); Max value from RGB is 198 - color contains mainly: red. Hex color #C69AB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69AB6 is #396549. Grayscale: #AAAAAA. Windows color (decimal): -3761482 or 11967174. OLE color: 11967174.
HSL color Cylindrical-coordinate representation of color #C69AB6: hue angle of 321.82º 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 #C69AB6 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 154 | 182 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.22 |
| HSL | 321.82º | 0.28% | 0.69% | - |
| HSV(B) | 321.82º | 0.22% | 0.78% | - |
| XYZ | 43.29 | 38.49 | 49.4 | - |
| YUV | 170.35 | 134.58 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 154 | 182 | 0 | 0.22 | 0.08 | 0.22 | 321.82 | 0.28 | 0.69 |
| Hex | C6 | 9A | B6 | 0 | 16 | 8 | 16 | 142 | 1C | 45 |
| Octal | 306 | 232 | 266 | 0 | 26 | 10 | 26 | 502 | 34 | 105 |
| Binary | 11000110 | 10011010 | 10110110 | 0 | 10110 | 1000 | 10110 | 101000010 | 11100 | 1000101 |
Color Harmonies of #C69AB6
Complementary color
Monochromatic Colors of #C69AB6
Black with #C69AB6
Text Example
Text Example
White with #C69AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69AB6; }
p { color: rgb(198,154,182); }
H1.HeaderClassName
{
color: #C69AB6;
}
.AnyTagClassName
{
color: #C69AB6;
}
</style>
background-color css
<style>
a { background-color: #C69AB6; }
a { background-color: rgb(198,154,182); }
div.DivClassName
{
background-color: #C69AB6;
}
.BgClassName
{
background-color: #C69AB6;
}
</style>
border-color css
<style>
span { border-color: #C69AB6; }
span { border-color: rgb(198,154,182); }
td.TdClassName
{
border-color: #C69AB6;
}
.TagClassName
{
border-color: #C69AB6;
}
</style>