Shades of Lily #C694BA
Tints of Lily #C694BA
RGB
CMYK
RGB Variations
Color information
#C694BA (or 0xC694BA) is known color: Lily. HEX triplet: C6, 94 and BA. RGB value is (198,148,186). Sum of RGB (Red+Green+Blue) = 198+148+186=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 198 - color contains mainly: red. Hex color #C694BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C694BA is #396B45. Grayscale: #A7A7A7. Windows color (decimal): -3763014 or 12227782. OLE color: 12227782.
HSL color Cylindrical-coordinate representation of color #C694BA: hue angle of 314.4º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C694BA is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 148 | 186 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.22 |
| HSL | 314.4º | 0.3% | 0.68% | - |
| HSV(B) | 314.4º | 0.25% | 0.78% | - |
| XYZ | 42.74 | 36.73 | 51.29 | - |
| YUV | 167.28 | 138.57 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 148 | 186 | 0 | 0.25 | 0.06 | 0.22 | 314.4 | 0.3 | 0.68 |
| Hex | C6 | 94 | BA | 0 | 19 | 6 | 16 | 13A | 1E | 44 |
| Octal | 306 | 224 | 272 | 0 | 31 | 6 | 26 | 472 | 36 | 104 |
| Binary | 11000110 | 10010100 | 10111010 | 0 | 11001 | 110 | 10110 | 100111010 | 11110 | 1000100 |
Color Harmonies of #C694BA
Complementary color
Monochromatic Colors of #C694BA
Black with #C694BA
Text Example
Text Example
White with #C694BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C694BA; }
p { color: rgb(198,148,186); }
H1.HeaderClassName
{
color: #C694BA;
}
.AnyTagClassName
{
color: #C694BA;
}
</style>
background-color css
<style>
a { background-color: #C694BA; }
a { background-color: rgb(198,148,186); }
div.DivClassName
{
background-color: #C694BA;
}
.BgClassName
{
background-color: #C694BA;
}
</style>
border-color css
<style>
span { border-color: #C694BA; }
span { border-color: rgb(198,148,186); }
td.TdClassName
{
border-color: #C694BA;
}
.TagClassName
{
border-color: #C694BA;
}
</style>