Shades of Lily #C698B4
Tints of Lily #C698B4
RGB
CMYK
RGB Variations
Color information
#C698B4 (or 0xC698B4) is known color: Lily. HEX triplet: C6, 98 and B4. RGB value is (198,152,180). Sum of RGB (Red+Green+Blue) = 198+152+180=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 198 - color contains mainly: red. Hex color #C698B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C698B4 is #39674B. Grayscale: #A8A8A8. Windows color (decimal): -3761996 or 11835590. OLE color: 11835590.
HSL color Cylindrical-coordinate representation of color #C698B4: hue angle of 323.48º 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 #C698B4 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 152 | 180 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.22 |
| HSL | 323.48º | 0.29% | 0.69% | - |
| HSV(B) | 323.48º | 0.23% | 0.78% | - |
| XYZ | 42.76 | 37.76 | 48.21 | - |
| YUV | 168.95 | 134.24 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 180 | 0 | 0.23 | 0.09 | 0.22 | 323.48 | 0.29 | 0.69 |
| Hex | C6 | 98 | B4 | 0 | 17 | 9 | 16 | 143 | 1D | 45 |
| Octal | 306 | 230 | 264 | 0 | 27 | 11 | 26 | 503 | 35 | 105 |
| Binary | 11000110 | 10011000 | 10110100 | 0 | 10111 | 1001 | 10110 | 101000011 | 11101 | 1000101 |
Color Harmonies of #C698B4
Complementary color
Monochromatic Colors of #C698B4
Black with #C698B4
Text Example
Text Example
White with #C698B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C698B4; }
p { color: rgb(198,152,180); }
H1.HeaderClassName
{
color: #C698B4;
}
.AnyTagClassName
{
color: #C698B4;
}
</style>
background-color css
<style>
a { background-color: #C698B4; }
a { background-color: rgb(198,152,180); }
div.DivClassName
{
background-color: #C698B4;
}
.BgClassName
{
background-color: #C698B4;
}
</style>
border-color css
<style>
span { border-color: #C698B4; }
span { border-color: rgb(198,152,180); }
td.TdClassName
{
border-color: #C698B4;
}
.TagClassName
{
border-color: #C698B4;
}
</style>