Shades of Lily #C689B9
Tints of Lily #C689B9
RGB
CMYK
RGB Variations
Color information
#C689B9 (or 0xC689B9) is known color: Lily. HEX triplet: C6, 89 and B9. RGB value is (198,137,185). Sum of RGB (Red+Green+Blue) = 198+137+185=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 137 (53.91% from 255 or 26.35% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 198 - color contains mainly: red. Hex color #C689B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C689B9 is #397646. Grayscale: #A0A0A0. Windows color (decimal): -3765831 or 12159430. OLE color: 12159430.
HSL color Cylindrical-coordinate representation of color #C689B9: hue angle of 312.79º 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 #C689B9 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 137 | 185 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.22 |
| HSL | 312.79º | 0.35% | 0.66% | - |
| HSV(B) | 312.79º | 0.31% | 0.78% | - |
| XYZ | 40.99 | 33.4 | 50.19 | - |
| YUV | 160.71 | 141.71 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 185 | 0 | 0.31 | 0.07 | 0.22 | 312.79 | 0.35 | 0.66 |
| Hex | C6 | 89 | B9 | 0 | 1F | 7 | 16 | 139 | 23 | 42 |
| Octal | 306 | 211 | 271 | 0 | 37 | 7 | 26 | 471 | 43 | 102 |
| Binary | 11000110 | 10001001 | 10111001 | 0 | 11111 | 111 | 10110 | 100111001 | 100011 | 1000010 |
Color Harmonies of #C689B9
Complementary color
Monochromatic Colors of #C689B9
Black with #C689B9
Text Example
Text Example
White with #C689B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C689B9; }
p { color: rgb(198,137,185); }
H1.HeaderClassName
{
color: #C689B9;
}
.AnyTagClassName
{
color: #C689B9;
}
</style>
background-color css
<style>
a { background-color: #C689B9; }
a { background-color: rgb(198,137,185); }
div.DivClassName
{
background-color: #C689B9;
}
.BgClassName
{
background-color: #C689B9;
}
</style>
border-color css
<style>
span { border-color: #C689B9; }
span { border-color: rgb(198,137,185); }
td.TdClassName
{
border-color: #C689B9;
}
.TagClassName
{
border-color: #C689B9;
}
</style>