Shades of Lily #C699BD
Tints of Lily #C699BD
RGB
CMYK
RGB Variations
Color information
#C699BD (or 0xC699BD) is known color: Lily. HEX triplet: C6, 99 and BD. RGB value is (198,153,189). Sum of RGB (Red+Green+Blue) = 198+153+189=540 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.67% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 198 - color contains mainly: red. Hex color #C699BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C699BD is #396642. Grayscale: #AAAAAA. Windows color (decimal): -3761731 or 12425670. OLE color: 12425670.
HSL color Cylindrical-coordinate representation of color #C699BD: hue angle of 312º 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 #C699BD is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 189 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.22 |
| HSL | 312º | 0.28% | 0.69% | - |
| HSV(B) | 312º | 0.23% | 0.78% | - |
| XYZ | 43.87 | 38.46 | 53.26 | - |
| YUV | 170.56 | 138.41 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 189 | 0 | 0.23 | 0.05 | 0.22 | 312 | 0.28 | 0.69 |
| Hex | C6 | 99 | BD | 0 | 17 | 5 | 16 | 138 | 1C | 45 |
| Octal | 306 | 231 | 275 | 0 | 27 | 5 | 26 | 470 | 34 | 105 |
| Binary | 11000110 | 10011001 | 10111101 | 0 | 10111 | 101 | 10110 | 100111000 | 11100 | 1000101 |
Color Harmonies of #C699BD
Complementary color
Monochromatic Colors of #C699BD
Black with #C699BD
Text Example
Text Example
White with #C699BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C699BD; }
p { color: rgb(198,153,189); }
H1.HeaderClassName
{
color: #C699BD;
}
.AnyTagClassName
{
color: #C699BD;
}
</style>
background-color css
<style>
a { background-color: #C699BD; }
a { background-color: rgb(198,153,189); }
div.DivClassName
{
background-color: #C699BD;
}
.BgClassName
{
background-color: #C699BD;
}
</style>
border-color css
<style>
span { border-color: #C699BD; }
span { border-color: rgb(198,153,189); }
td.TdClassName
{
border-color: #C699BD;
}
.TagClassName
{
border-color: #C699BD;
}
</style>