Shades of Lily #C691AB
Tints of Lily #C691AB
RGB
CMYK
RGB Variations
Color information
#C691AB (or 0xC691AB) is known color: Lily. HEX triplet: C6, 91 and AB. RGB value is (198,145,171). Sum of RGB (Red+Green+Blue) = 198+145+171=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 145 (57.03% from 255 or 28.21% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 198 - color contains mainly: red. Hex color #C691AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C691AB is #396E54. Grayscale: #A3A3A3. Windows color (decimal): -3763797 or 11243974. OLE color: 11243974.
HSL color Cylindrical-coordinate representation of color #C691AB: hue angle of 330.57º 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 #C691AB is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 145 | 171 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.22 |
| HSL | 330.57º | 0.32% | 0.67% | - |
| HSV(B) | 330.57º | 0.27% | 0.78% | - |
| XYZ | 40.76 | 35.2 | 43.17 | - |
| YUV | 163.81 | 132.06 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 145 | 171 | 0 | 0.27 | 0.14 | 0.22 | 330.57 | 0.32 | 0.67 |
| Hex | C6 | 91 | AB | 0 | 1B | E | 16 | 14B | 20 | 43 |
| Octal | 306 | 221 | 253 | 0 | 33 | 16 | 26 | 513 | 40 | 103 |
| Binary | 11000110 | 10010001 | 10101011 | 0 | 11011 | 1110 | 10110 | 101001011 | 100000 | 1000011 |
Color Harmonies of #C691AB
Complementary color
Monochromatic Colors of #C691AB
Black with #C691AB
Text Example
Text Example
White with #C691AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C691AB; }
p { color: rgb(198,145,171); }
H1.HeaderClassName
{
color: #C691AB;
}
.AnyTagClassName
{
color: #C691AB;
}
</style>
background-color css
<style>
a { background-color: #C691AB; }
a { background-color: rgb(198,145,171); }
div.DivClassName
{
background-color: #C691AB;
}
.BgClassName
{
background-color: #C691AB;
}
</style>
border-color css
<style>
span { border-color: #C691AB; }
span { border-color: rgb(198,145,171); }
td.TdClassName
{
border-color: #C691AB;
}
.TagClassName
{
border-color: #C691AB;
}
</style>