Shades of Lily #C690AD
Tints of Lily #C690AD
RGB
CMYK
RGB Variations
Color information
#C690AD (or 0xC690AD) is known color: Lily. HEX triplet: C6, 90 and AD. RGB value is (198,144,173). Sum of RGB (Red+Green+Blue) = 198+144+173=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 198 - color contains mainly: red. Hex color #C690AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C690AD is #396F52. Grayscale: #A3A3A3. Windows color (decimal): -3764051 or 11374790. OLE color: 11374790.
HSL color Cylindrical-coordinate representation of color #C690AD: hue angle of 327.78º 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 #C690AD is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 144 | 173 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.22 |
| HSL | 327.78º | 0.32% | 0.67% | - |
| HSV(B) | 327.78º | 0.27% | 0.78% | - |
| XYZ | 40.8 | 34.97 | 44.13 | - |
| YUV | 163.45 | 133.39 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 144 | 173 | 0 | 0.27 | 0.13 | 0.22 | 327.78 | 0.32 | 0.67 |
| Hex | C6 | 90 | AD | 0 | 1B | D | 16 | 148 | 20 | 43 |
| Octal | 306 | 220 | 255 | 0 | 33 | 15 | 26 | 510 | 40 | 103 |
| Binary | 11000110 | 10010000 | 10101101 | 0 | 11011 | 1101 | 10110 | 101001000 | 100000 | 1000011 |
Color Harmonies of #C690AD
Complementary color
Monochromatic Colors of #C690AD
Black with #C690AD
Text Example
Text Example
White with #C690AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C690AD; }
p { color: rgb(198,144,173); }
H1.HeaderClassName
{
color: #C690AD;
}
.AnyTagClassName
{
color: #C690AD;
}
</style>
background-color css
<style>
a { background-color: #C690AD; }
a { background-color: rgb(198,144,173); }
div.DivClassName
{
background-color: #C690AD;
}
.BgClassName
{
background-color: #C690AD;
}
</style>
border-color css
<style>
span { border-color: #C690AD; }
span { border-color: rgb(198,144,173); }
td.TdClassName
{
border-color: #C690AD;
}
.TagClassName
{
border-color: #C690AD;
}
</style>