Shades of Lily #C685AC
Tints of Lily #C685AC
RGB
CMYK
RGB Variations
Color information
#C685AC (or 0xC685AC) is known color: Lily. HEX triplet: C6, 85 and AC. RGB value is (198,133,172). Sum of RGB (Red+Green+Blue) = 198+133+172=503 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.36% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 198 - color contains mainly: red. Hex color #C685AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C685AC is #397A53. Grayscale: #9C9C9C. Windows color (decimal): -3766868 or 11306438. OLE color: 11306438.
HSL color Cylindrical-coordinate representation of color #C685AC: hue angle of 324º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C685AC is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 133 | 172 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.22 |
| HSL | 324º | 0.36% | 0.65% | - |
| HSV(B) | 324º | 0.33% | 0.78% | - |
| XYZ | 39.12 | 31.76 | 43.1 | - |
| YUV | 156.88 | 136.53 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 133 | 172 | 0 | 0.33 | 0.13 | 0.22 | 324 | 0.36 | 0.65 |
| Hex | C6 | 85 | AC | 0 | 21 | D | 16 | 144 | 24 | 41 |
| Octal | 306 | 205 | 254 | 0 | 41 | 15 | 26 | 504 | 44 | 101 |
| Binary | 11000110 | 10000101 | 10101100 | 0 | 100001 | 1101 | 10110 | 101000100 | 100100 | 1000001 |
Color Harmonies of #C685AC
Complementary color
Monochromatic Colors of #C685AC
Black with #C685AC
Text Example
Text Example
White with #C685AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C685AC; }
p { color: rgb(198,133,172); }
H1.HeaderClassName
{
color: #C685AC;
}
.AnyTagClassName
{
color: #C685AC;
}
</style>
background-color css
<style>
a { background-color: #C685AC; }
a { background-color: rgb(198,133,172); }
div.DivClassName
{
background-color: #C685AC;
}
.BgClassName
{
background-color: #C685AC;
}
</style>
border-color css
<style>
span { border-color: #C685AC; }
span { border-color: rgb(198,133,172); }
td.TdClassName
{
border-color: #C685AC;
}
.TagClassName
{
border-color: #C685AC;
}
</style>