Shades of Lily #C698B1
Tints of Lily #C698B1
RGB
CMYK
RGB Variations
Color information
#C698B1 (or 0xC698B1) is known color: Lily. HEX triplet: C6, 98 and B1. RGB value is (198,152,177). Sum of RGB (Red+Green+Blue) = 198+152+177=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 198 - color contains mainly: red. Hex color #C698B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C698B1 is #39674E. Grayscale: #A8A8A8. Windows color (decimal): -3761999 or 11638982. OLE color: 11638982.
HSL color Cylindrical-coordinate representation of color #C698B1: hue angle of 327.39º 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 #C698B1 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 152 | 177 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.22 |
| HSL | 327.39º | 0.29% | 0.69% | - |
| HSV(B) | 327.39º | 0.23% | 0.78% | - |
| XYZ | 42.45 | 37.64 | 46.62 | - |
| YUV | 168.6 | 132.74 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 177 | 0 | 0.23 | 0.11 | 0.22 | 327.39 | 0.29 | 0.69 |
| Hex | C6 | 98 | B1 | 0 | 17 | B | 16 | 147 | 1D | 45 |
| Octal | 306 | 230 | 261 | 0 | 27 | 13 | 26 | 507 | 35 | 105 |
| Binary | 11000110 | 10011000 | 10110001 | 0 | 10111 | 1011 | 10110 | 101000111 | 11101 | 1000101 |
Color Harmonies of #C698B1
Complementary color
Monochromatic Colors of #C698B1
Black with #C698B1
Text Example
Text Example
White with #C698B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C698B1; }
p { color: rgb(198,152,177); }
H1.HeaderClassName
{
color: #C698B1;
}
.AnyTagClassName
{
color: #C698B1;
}
</style>
background-color css
<style>
a { background-color: #C698B1; }
a { background-color: rgb(198,152,177); }
div.DivClassName
{
background-color: #C698B1;
}
.BgClassName
{
background-color: #C698B1;
}
</style>
border-color css
<style>
span { border-color: #C698B1; }
span { border-color: rgb(198,152,177); }
td.TdClassName
{
border-color: #C698B1;
}
.TagClassName
{
border-color: #C698B1;
}
</style>