Shades of Lily #C691AE
Tints of Lily #C691AE
RGB
CMYK
RGB Variations
Color information
#C691AE (or 0xC691AE) is known color: Lily. HEX triplet: C6, 91 and AE. RGB value is (198,145,174). Sum of RGB (Red+Green+Blue) = 198+145+174=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 145 (57.03% from 255 or 28.05% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 198 - color contains mainly: red. Hex color #C691AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C691AE is #396E51. Grayscale: #A4A4A4. Windows color (decimal): -3763794 or 11440582. OLE color: 11440582.
HSL color Cylindrical-coordinate representation of color #C691AE: hue angle of 327.17º 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 #C691AE is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 145 | 174 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.22 |
| HSL | 327.17º | 0.32% | 0.67% | - |
| HSV(B) | 327.17º | 0.27% | 0.78% | - |
| XYZ | 41.05 | 35.31 | 44.7 | - |
| YUV | 164.15 | 133.56 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 145 | 174 | 0 | 0.27 | 0.12 | 0.22 | 327.17 | 0.32 | 0.67 |
| Hex | C6 | 91 | AE | 0 | 1B | C | 16 | 147 | 20 | 43 |
| Octal | 306 | 221 | 256 | 0 | 33 | 14 | 26 | 507 | 40 | 103 |
| Binary | 11000110 | 10010001 | 10101110 | 0 | 11011 | 1100 | 10110 | 101000111 | 100000 | 1000011 |
Color Harmonies of #C691AE
Complementary color
Monochromatic Colors of #C691AE
Black with #C691AE
Text Example
Text Example
White with #C691AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C691AE; }
p { color: rgb(198,145,174); }
H1.HeaderClassName
{
color: #C691AE;
}
.AnyTagClassName
{
color: #C691AE;
}
</style>
background-color css
<style>
a { background-color: #C691AE; }
a { background-color: rgb(198,145,174); }
div.DivClassName
{
background-color: #C691AE;
}
.BgClassName
{
background-color: #C691AE;
}
</style>
border-color css
<style>
span { border-color: #C691AE; }
span { border-color: rgb(198,145,174); }
td.TdClassName
{
border-color: #C691AE;
}
.TagClassName
{
border-color: #C691AE;
}
</style>