Shades of Lily #C689BA
Tints of Lily #C689BA
RGB
CMYK
RGB Variations
Color information
#C689BA (or 0xC689BA) is known color: Lily. HEX triplet: C6, 89 and BA. RGB value is (198,137,186). Sum of RGB (Red+Green+Blue) = 198+137+186=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 137 (53.91% from 255 or 26.30% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 198 - color contains mainly: red. Hex color #C689BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C689BA is #397645. Grayscale: #A0A0A0. Windows color (decimal): -3765830 or 12224966. OLE color: 12224966.
HSL color Cylindrical-coordinate representation of color #C689BA: hue angle of 311.8º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C689BA is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 137 | 186 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.22 |
| HSL | 311.8º | 0.35% | 0.66% | - |
| HSV(B) | 311.8º | 0.31% | 0.78% | - |
| XYZ | 41.1 | 33.44 | 50.74 | - |
| YUV | 160.83 | 142.21 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 186 | 0 | 0.31 | 0.06 | 0.22 | 311.8 | 0.35 | 0.66 |
| Hex | C6 | 89 | BA | 0 | 1F | 6 | 16 | 138 | 23 | 42 |
| Octal | 306 | 211 | 272 | 0 | 37 | 6 | 26 | 470 | 43 | 102 |
| Binary | 11000110 | 10001001 | 10111010 | 0 | 11111 | 110 | 10110 | 100111000 | 100011 | 1000010 |
Color Harmonies of #C689BA
Complementary color
Monochromatic Colors of #C689BA
Black with #C689BA
Text Example
Text Example
White with #C689BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C689BA; }
p { color: rgb(198,137,186); }
H1.HeaderClassName
{
color: #C689BA;
}
.AnyTagClassName
{
color: #C689BA;
}
</style>
background-color css
<style>
a { background-color: #C689BA; }
a { background-color: rgb(198,137,186); }
div.DivClassName
{
background-color: #C689BA;
}
.BgClassName
{
background-color: #C689BA;
}
</style>
border-color css
<style>
span { border-color: #C689BA; }
span { border-color: rgb(198,137,186); }
td.TdClassName
{
border-color: #C689BA;
}
.TagClassName
{
border-color: #C689BA;
}
</style>