Shades of Lily #C691BB
Tints of Lily #C691BB
RGB
CMYK
RGB Variations
Color information
#C691BB (or 0xC691BB) is known color: Lily. HEX triplet: C6, 91 and BB. RGB value is (198,145,187). Sum of RGB (Red+Green+Blue) = 198+145+187=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 145 (57.03% from 255 or 27.36% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 198 - color contains mainly: red. Hex color #C691BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C691BB is #396E44. Grayscale: #A5A5A5. Windows color (decimal): -3763781 or 12292550. OLE color: 12292550.
HSL color Cylindrical-coordinate representation of color #C691BB: hue angle of 312.45º 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 #C691BB is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 145 | 187 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.22 |
| HSL | 312.45º | 0.32% | 0.67% | - |
| HSV(B) | 312.45º | 0.27% | 0.78% | - |
| XYZ | 42.38 | 35.84 | 51.7 | - |
| YUV | 165.64 | 140.06 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 145 | 187 | 0 | 0.27 | 0.06 | 0.22 | 312.45 | 0.32 | 0.67 |
| Hex | C6 | 91 | BB | 0 | 1B | 6 | 16 | 138 | 20 | 43 |
| Octal | 306 | 221 | 273 | 0 | 33 | 6 | 26 | 470 | 40 | 103 |
| Binary | 11000110 | 10010001 | 10111011 | 0 | 11011 | 110 | 10110 | 100111000 | 100000 | 1000011 |
Color Harmonies of #C691BB
Complementary color
Monochromatic Colors of #C691BB
Black with #C691BB
Text Example
Text Example
White with #C691BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C691BB; }
p { color: rgb(198,145,187); }
H1.HeaderClassName
{
color: #C691BB;
}
.AnyTagClassName
{
color: #C691BB;
}
</style>
background-color css
<style>
a { background-color: #C691BB; }
a { background-color: rgb(198,145,187); }
div.DivClassName
{
background-color: #C691BB;
}
.BgClassName
{
background-color: #C691BB;
}
</style>
border-color css
<style>
span { border-color: #C691BB; }
span { border-color: rgb(198,145,187); }
td.TdClassName
{
border-color: #C691BB;
}
.TagClassName
{
border-color: #C691BB;
}
</style>