Shades of Lily #C698B3
Tints of Lily #C698B3
RGB
CMYK
RGB Variations
Color information
#C698B3 (or 0xC698B3) is known color: Lily. HEX triplet: C6, 98 and B3. RGB value is (198,152,179). Sum of RGB (Red+Green+Blue) = 198+152+179=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 198 - color contains mainly: red. Hex color #C698B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C698B3 is #39674C. Grayscale: #A8A8A8. Windows color (decimal): -3761997 or 11770054. OLE color: 11770054.
HSL color Cylindrical-coordinate representation of color #C698B3: hue angle of 324.78º degrees, saturation: 0.29, 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 #C698B3 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 152 | 179 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.22 |
| HSL | 324.78º | 0.29% | 0.69% | - |
| HSV(B) | 324.78º | 0.23% | 0.78% | - |
| XYZ | 42.65 | 37.72 | 47.68 | - |
| YUV | 168.83 | 133.74 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 179 | 0 | 0.23 | 0.10 | 0.22 | 324.78 | 0.29 | 0.69 |
| Hex | C6 | 98 | B3 | 0 | 17 | A | 16 | 145 | 1D | 45 |
| Octal | 306 | 230 | 263 | 0 | 27 | 12 | 26 | 505 | 35 | 105 |
| Binary | 11000110 | 10011000 | 10110011 | 0 | 10111 | 1010 | 10110 | 101000101 | 11101 | 1000101 |
Color Harmonies of #C698B3
Complementary color
Monochromatic Colors of #C698B3
Black with #C698B3
Text Example
Text Example
White with #C698B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C698B3; }
p { color: rgb(198,152,179); }
H1.HeaderClassName
{
color: #C698B3;
}
.AnyTagClassName
{
color: #C698B3;
}
</style>
background-color css
<style>
a { background-color: #C698B3; }
a { background-color: rgb(198,152,179); }
div.DivClassName
{
background-color: #C698B3;
}
.BgClassName
{
background-color: #C698B3;
}
</style>
border-color css
<style>
span { border-color: #C698B3; }
span { border-color: rgb(198,152,179); }
td.TdClassName
{
border-color: #C698B3;
}
.TagClassName
{
border-color: #C698B3;
}
</style>