Shades of Lily #C688AF
Tints of Lily #C688AF
RGB
CMYK
RGB Variations
Color information
#C688AF (or 0xC688AF) is known color: Lily. HEX triplet: C6, 88 and AF. RGB value is (198,136,175). Sum of RGB (Red+Green+Blue) = 198+136+175=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 136 (53.52% from 255 or 26.72% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 198 - color contains mainly: red. Hex color #C688AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C688AF is #397750. Grayscale: #9E9E9E. Windows color (decimal): -3766097 or 11503814. OLE color: 11503814.
HSL color Cylindrical-coordinate representation of color #C688AF: hue angle of 322.26º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C688AF is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 136 | 175 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.22 |
| HSL | 322.26º | 0.35% | 0.65% | - |
| HSV(B) | 322.26º | 0.31% | 0.78% | - |
| XYZ | 39.83 | 32.71 | 44.77 | - |
| YUV | 158.98 | 137.04 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 136 | 175 | 0 | 0.31 | 0.12 | 0.22 | 322.26 | 0.35 | 0.65 |
| Hex | C6 | 88 | AF | 0 | 1F | C | 16 | 142 | 23 | 41 |
| Octal | 306 | 210 | 257 | 0 | 37 | 14 | 26 | 502 | 43 | 101 |
| Binary | 11000110 | 10001000 | 10101111 | 0 | 11111 | 1100 | 10110 | 101000010 | 100011 | 1000001 |
Color Harmonies of #C688AF
Complementary color
Monochromatic Colors of #C688AF
Black with #C688AF
Text Example
Text Example
White with #C688AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C688AF; }
p { color: rgb(198,136,175); }
H1.HeaderClassName
{
color: #C688AF;
}
.AnyTagClassName
{
color: #C688AF;
}
</style>
background-color css
<style>
a { background-color: #C688AF; }
a { background-color: rgb(198,136,175); }
div.DivClassName
{
background-color: #C688AF;
}
.BgClassName
{
background-color: #C688AF;
}
</style>
border-color css
<style>
span { border-color: #C688AF; }
span { border-color: rgb(198,136,175); }
td.TdClassName
{
border-color: #C688AF;
}
.TagClassName
{
border-color: #C688AF;
}
</style>