Shades of Lily #C699AB
Tints of Lily #C699AB
RGB
CMYK
RGB Variations
Color information
#C699AB (or 0xC699AB) is known color: Lily. HEX triplet: C6, 99 and AB. RGB value is (198,153,171). Sum of RGB (Red+Green+Blue) = 198+153+171=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 198 - color contains mainly: red. Hex color #C699AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C699AB is #396654. Grayscale: #A8A8A8. Windows color (decimal): -3761749 or 11246022. OLE color: 11246022.
HSL color Cylindrical-coordinate representation of color #C699AB: hue angle of 336º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C699AB is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 171 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.22 |
| HSL | 336º | 0.28% | 0.69% | - |
| HSV(B) | 336º | 0.23% | 0.78% | - |
| XYZ | 42.03 | 37.73 | 43.6 | - |
| YUV | 168.51 | 129.41 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 171 | 0 | 0.23 | 0.14 | 0.22 | 336 | 0.28 | 0.69 |
| Hex | C6 | 99 | AB | 0 | 17 | E | 16 | 150 | 1C | 45 |
| Octal | 306 | 231 | 253 | 0 | 27 | 16 | 26 | 520 | 34 | 105 |
| Binary | 11000110 | 10011001 | 10101011 | 0 | 10111 | 1110 | 10110 | 101010000 | 11100 | 1000101 |
Color Harmonies of #C699AB
Complementary color
Monochromatic Colors of #C699AB
Black with #C699AB
Text Example
Text Example
White with #C699AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C699AB; }
p { color: rgb(198,153,171); }
H1.HeaderClassName
{
color: #C699AB;
}
.AnyTagClassName
{
color: #C699AB;
}
</style>
background-color css
<style>
a { background-color: #C699AB; }
a { background-color: rgb(198,153,171); }
div.DivClassName
{
background-color: #C699AB;
}
.BgClassName
{
background-color: #C699AB;
}
</style>
border-color css
<style>
span { border-color: #C699AB; }
span { border-color: rgb(198,153,171); }
td.TdClassName
{
border-color: #C699AB;
}
.TagClassName
{
border-color: #C699AB;
}
</style>