Shades of Lily #C699B5
Tints of Lily #C699B5
RGB
CMYK
RGB Variations
Color information
#C699B5 (or 0xC699B5) is known color: Lily. HEX triplet: C6, 99 and B5. RGB value is (198,153,181). Sum of RGB (Red+Green+Blue) = 198+153+181=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 181 (71.09% from 255 or 34.02% from 532); Max value from RGB is 198 - color contains mainly: red. Hex color #C699B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C699B5 is #39664A. Grayscale: #A9A9A9. Windows color (decimal): -3761739 or 11901382. OLE color: 11901382.
HSL color Cylindrical-coordinate representation of color #C699B5: hue angle of 322.67º 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 #C699B5 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 181 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.22 |
| HSL | 322.67º | 0.28% | 0.69% | - |
| HSV(B) | 322.67º | 0.23% | 0.78% | - |
| XYZ | 43.02 | 38.12 | 48.81 | - |
| YUV | 169.65 | 134.41 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 181 | 0 | 0.23 | 0.09 | 0.22 | 322.67 | 0.28 | 0.69 |
| Hex | C6 | 99 | B5 | 0 | 17 | 9 | 16 | 143 | 1C | 45 |
| Octal | 306 | 231 | 265 | 0 | 27 | 11 | 26 | 503 | 34 | 105 |
| Binary | 11000110 | 10011001 | 10110101 | 0 | 10111 | 1001 | 10110 | 101000011 | 11100 | 1000101 |
Color Harmonies of #C699B5
Complementary color
Monochromatic Colors of #C699B5
Black with #C699B5
Text Example
Text Example
White with #C699B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C699B5; }
p { color: rgb(198,153,181); }
H1.HeaderClassName
{
color: #C699B5;
}
.AnyTagClassName
{
color: #C699B5;
}
</style>
background-color css
<style>
a { background-color: #C699B5; }
a { background-color: rgb(198,153,181); }
div.DivClassName
{
background-color: #C699B5;
}
.BgClassName
{
background-color: #C699B5;
}
</style>
border-color css
<style>
span { border-color: #C699B5; }
span { border-color: rgb(198,153,181); }
td.TdClassName
{
border-color: #C699B5;
}
.TagClassName
{
border-color: #C699B5;
}
</style>