Shades of Lily #C691AD
Tints of Lily #C691AD
RGB
CMYK
RGB Variations
Color information
#C691AD (or 0xC691AD) is known color: Lily. HEX triplet: C6, 91 and AD. RGB value is (198,145,173). Sum of RGB (Red+Green+Blue) = 198+145+173=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 145 (57.03% from 255 or 28.10% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 198 - color contains mainly: red. Hex color #C691AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C691AD is #396E52. Grayscale: #A3A3A3. Windows color (decimal): -3763795 or 11375046. OLE color: 11375046.
HSL color Cylindrical-coordinate representation of color #C691AD: hue angle of 328.3º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C691AD is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 145 | 173 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.22 |
| HSL | 328.3º | 0.32% | 0.67% | - |
| HSV(B) | 328.3º | 0.27% | 0.78% | - |
| XYZ | 40.96 | 35.27 | 44.19 | - |
| YUV | 164.04 | 133.06 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 145 | 173 | 0 | 0.27 | 0.13 | 0.22 | 328.3 | 0.32 | 0.67 |
| Hex | C6 | 91 | AD | 0 | 1B | D | 16 | 148 | 20 | 43 |
| Octal | 306 | 221 | 255 | 0 | 33 | 15 | 26 | 510 | 40 | 103 |
| Binary | 11000110 | 10010001 | 10101101 | 0 | 11011 | 1101 | 10110 | 101001000 | 100000 | 1000011 |
Color Harmonies of #C691AD
Complementary color
Monochromatic Colors of #C691AD
Black with #C691AD
Text Example
Text Example
White with #C691AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C691AD; }
p { color: rgb(198,145,173); }
H1.HeaderClassName
{
color: #C691AD;
}
.AnyTagClassName
{
color: #C691AD;
}
</style>
background-color css
<style>
a { background-color: #C691AD; }
a { background-color: rgb(198,145,173); }
div.DivClassName
{
background-color: #C691AD;
}
.BgClassName
{
background-color: #C691AD;
}
</style>
border-color css
<style>
span { border-color: #C691AD; }
span { border-color: rgb(198,145,173); }
td.TdClassName
{
border-color: #C691AD;
}
.TagClassName
{
border-color: #C691AD;
}
</style>