Shades of Lily #C694AC
Tints of Lily #C694AC
RGB
CMYK
RGB Variations
Color information
#C694AC (or 0xC694AC) is known color: Lily. HEX triplet: C6, 94 and AC. RGB value is (198,148,172). Sum of RGB (Red+Green+Blue) = 198+148+172=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 198 - color contains mainly: red. Hex color #C694AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C694AC is #396B53. Grayscale: #A5A5A5. Windows color (decimal): -3763028 or 11310278. OLE color: 11310278.
HSL color Cylindrical-coordinate representation of color #C694AC: hue angle of 331.2º 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 #C694AC is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 148 | 172 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.22 |
| HSL | 331.2º | 0.3% | 0.68% | - |
| HSV(B) | 331.2º | 0.25% | 0.78% | - |
| XYZ | 41.33 | 36.16 | 43.83 | - |
| YUV | 165.69 | 131.57 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 148 | 172 | 0 | 0.25 | 0.13 | 0.22 | 331.2 | 0.3 | 0.68 |
| Hex | C6 | 94 | AC | 0 | 19 | D | 16 | 14B | 1E | 44 |
| Octal | 306 | 224 | 254 | 0 | 31 | 15 | 26 | 513 | 36 | 104 |
| Binary | 11000110 | 10010100 | 10101100 | 0 | 11001 | 1101 | 10110 | 101001011 | 11110 | 1000100 |
Color Harmonies of #C694AC
Complementary color
Monochromatic Colors of #C694AC
Black with #C694AC
Text Example
Text Example
White with #C694AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C694AC; }
p { color: rgb(198,148,172); }
H1.HeaderClassName
{
color: #C694AC;
}
.AnyTagClassName
{
color: #C694AC;
}
</style>
background-color css
<style>
a { background-color: #C694AC; }
a { background-color: rgb(198,148,172); }
div.DivClassName
{
background-color: #C694AC;
}
.BgClassName
{
background-color: #C694AC;
}
</style>
border-color css
<style>
span { border-color: #C694AC; }
span { border-color: rgb(198,148,172); }
td.TdClassName
{
border-color: #C694AC;
}
.TagClassName
{
border-color: #C694AC;
}
</style>