Shades of Lily #C689AA
Tints of Lily #C689AA
RGB
CMYK
RGB Variations
Color information
#C689AA (or 0xC689AA) is known color: Lily. HEX triplet: C6, 89 and AA. RGB value is (198,137,170). Sum of RGB (Red+Green+Blue) = 198+137+170=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 137 (53.91% from 255 or 27.13% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 198 - color contains mainly: red. Hex color #C689AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C689AA is #397655. Grayscale: #9E9E9E. Windows color (decimal): -3765846 or 11176390. OLE color: 11176390.
HSL color Cylindrical-coordinate representation of color #C689AA: hue angle of 327.54º 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 #C689AA is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 137 | 170 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.22 |
| HSL | 327.54º | 0.35% | 0.66% | - |
| HSV(B) | 327.54º | 0.31% | 0.78% | - |
| XYZ | 39.49 | 32.8 | 42.28 | - |
| YUV | 159 | 134.21 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 170 | 0 | 0.31 | 0.14 | 0.22 | 327.54 | 0.35 | 0.66 |
| Hex | C6 | 89 | AA | 0 | 1F | E | 16 | 148 | 23 | 42 |
| Octal | 306 | 211 | 252 | 0 | 37 | 16 | 26 | 510 | 43 | 102 |
| Binary | 11000110 | 10001001 | 10101010 | 0 | 11111 | 1110 | 10110 | 101001000 | 100011 | 1000010 |
Color Harmonies of #C689AA
Complementary color
Monochromatic Colors of #C689AA
Black with #C689AA
Text Example
Text Example
White with #C689AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C689AA; }
p { color: rgb(198,137,170); }
H1.HeaderClassName
{
color: #C689AA;
}
.AnyTagClassName
{
color: #C689AA;
}
</style>
background-color css
<style>
a { background-color: #C689AA; }
a { background-color: rgb(198,137,170); }
div.DivClassName
{
background-color: #C689AA;
}
.BgClassName
{
background-color: #C689AA;
}
</style>
border-color css
<style>
span { border-color: #C689AA; }
span { border-color: rgb(198,137,170); }
td.TdClassName
{
border-color: #C689AA;
}
.TagClassName
{
border-color: #C689AA;
}
</style>