Shades of Lily #C698AC
Tints of Lily #C698AC
RGB
CMYK
RGB Variations
Color information
#C698AC (or 0xC698AC) is known color: Lily. HEX triplet: C6, 98 and AC. RGB value is (198,152,172). Sum of RGB (Red+Green+Blue) = 198+152+172=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 198 - color contains mainly: red. Hex color #C698AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C698AC is #396753. Grayscale: #A8A8A8. Windows color (decimal): -3762004 or 11311302. OLE color: 11311302.
HSL color Cylindrical-coordinate representation of color #C698AC: hue angle of 333.91º 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 #C698AC is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 152 | 172 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.22 |
| HSL | 333.91º | 0.29% | 0.69% | - |
| HSV(B) | 333.91º | 0.23% | 0.78% | - |
| XYZ | 41.96 | 37.44 | 44.04 | - |
| YUV | 168.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 172 | 0 | 0.23 | 0.13 | 0.22 | 333.91 | 0.29 | 0.69 |
| Hex | C6 | 98 | AC | 0 | 17 | D | 16 | 14E | 1D | 45 |
| Octal | 306 | 230 | 254 | 0 | 27 | 15 | 26 | 516 | 35 | 105 |
| Binary | 11000110 | 10011000 | 10101100 | 0 | 10111 | 1101 | 10110 | 101001110 | 11101 | 1000101 |
Color Harmonies of #C698AC
Complementary color
Monochromatic Colors of #C698AC
Black with #C698AC
Text Example
Text Example
White with #C698AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C698AC; }
p { color: rgb(198,152,172); }
H1.HeaderClassName
{
color: #C698AC;
}
.AnyTagClassName
{
color: #C698AC;
}
</style>
background-color css
<style>
a { background-color: #C698AC; }
a { background-color: rgb(198,152,172); }
div.DivClassName
{
background-color: #C698AC;
}
.BgClassName
{
background-color: #C698AC;
}
</style>
border-color css
<style>
span { border-color: #C698AC; }
span { border-color: rgb(198,152,172); }
td.TdClassName
{
border-color: #C698AC;
}
.TagClassName
{
border-color: #C698AC;
}
</style>