Shades of Lily #C699AE
Tints of Lily #C699AE
RGB
CMYK
RGB Variations
Color information
#C699AE (or 0xC699AE) is known color: Lily. HEX triplet: C6, 99 and AE. RGB value is (198,153,174). Sum of RGB (Red+Green+Blue) = 198+153+174=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 198 - color contains mainly: red. Hex color #C699AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C699AE is #396651. Grayscale: #A8A8A8. Windows color (decimal): -3761746 or 11442630. OLE color: 11442630.
HSL color Cylindrical-coordinate representation of color #C699AE: hue angle of 332º 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 #C699AE is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 174 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.22 |
| HSL | 332º | 0.28% | 0.69% | - |
| HSV(B) | 332º | 0.23% | 0.78% | - |
| XYZ | 42.32 | 37.84 | 45.12 | - |
| YUV | 168.85 | 130.91 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 174 | 0 | 0.23 | 0.12 | 0.22 | 332 | 0.28 | 0.69 |
| Hex | C6 | 99 | AE | 0 | 17 | C | 16 | 14C | 1C | 45 |
| Octal | 306 | 231 | 256 | 0 | 27 | 14 | 26 | 514 | 34 | 105 |
| Binary | 11000110 | 10011001 | 10101110 | 0 | 10111 | 1100 | 10110 | 101001100 | 11100 | 1000101 |
Color Harmonies of #C699AE
Complementary color
Monochromatic Colors of #C699AE
Black with #C699AE
Text Example
Text Example
White with #C699AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C699AE; }
p { color: rgb(198,153,174); }
H1.HeaderClassName
{
color: #C699AE;
}
.AnyTagClassName
{
color: #C699AE;
}
</style>
background-color css
<style>
a { background-color: #C699AE; }
a { background-color: rgb(198,153,174); }
div.DivClassName
{
background-color: #C699AE;
}
.BgClassName
{
background-color: #C699AE;
}
</style>
border-color css
<style>
span { border-color: #C699AE; }
span { border-color: rgb(198,153,174); }
td.TdClassName
{
border-color: #C699AE;
}
.TagClassName
{
border-color: #C699AE;
}
</style>