Shades of Lily #C699B3
Tints of Lily #C699B3
RGB
CMYK
RGB Variations
Color information
#C699B3 (or 0xC699B3) is known color: Lily. HEX triplet: C6, 99 and B3. RGB value is (198,153,179). Sum of RGB (Red+Green+Blue) = 198+153+179=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 179 (70.31% from 255 or 33.77% from 530); Max value from RGB is 198 - color contains mainly: red. Hex color #C699B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C699B3 is #39664C. Grayscale: #A9A9A9. Windows color (decimal): -3761741 or 11770310. OLE color: 11770310.
HSL color Cylindrical-coordinate representation of color #C699B3: hue angle of 325.33º 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 #C699B3 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 179 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.22 |
| HSL | 325.33º | 0.28% | 0.69% | - |
| HSV(B) | 325.33º | 0.23% | 0.78% | - |
| XYZ | 42.82 | 38.04 | 47.73 | - |
| YUV | 169.42 | 133.41 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 179 | 0 | 0.23 | 0.10 | 0.22 | 325.33 | 0.28 | 0.69 |
| Hex | C6 | 99 | B3 | 0 | 17 | A | 16 | 145 | 1C | 45 |
| Octal | 306 | 231 | 263 | 0 | 27 | 12 | 26 | 505 | 34 | 105 |
| Binary | 11000110 | 10011001 | 10110011 | 0 | 10111 | 1010 | 10110 | 101000101 | 11100 | 1000101 |
Color Harmonies of #C699B3
Complementary color
Monochromatic Colors of #C699B3
Black with #C699B3
Text Example
Text Example
White with #C699B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C699B3; }
p { color: rgb(198,153,179); }
H1.HeaderClassName
{
color: #C699B3;
}
.AnyTagClassName
{
color: #C699B3;
}
</style>
background-color css
<style>
a { background-color: #C699B3; }
a { background-color: rgb(198,153,179); }
div.DivClassName
{
background-color: #C699B3;
}
.BgClassName
{
background-color: #C699B3;
}
</style>
border-color css
<style>
span { border-color: #C699B3; }
span { border-color: rgb(198,153,179); }
td.TdClassName
{
border-color: #C699B3;
}
.TagClassName
{
border-color: #C699B3;
}
</style>