Shades of Lily #C682AA
Tints of Lily #C682AA
RGB
CMYK
RGB Variations
Color information
#C682AA (or 0xC682AA) is known color: Lily. HEX triplet: C6, 82 and AA. RGB value is (198,130,170). Sum of RGB (Red+Green+Blue) = 198+130+170=498 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.76% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 198 - color contains mainly: red. Hex color #C682AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C682AA is #397D55. Grayscale: #9A9A9A. Windows color (decimal): -3767638 or 11174598. OLE color: 11174598.
HSL color Cylindrical-coordinate representation of color #C682AA: hue angle of 324.71º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C682AA is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 130 | 170 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.22 |
| HSL | 324.71º | 0.37% | 0.64% | - |
| HSV(B) | 324.71º | 0.34% | 0.78% | - |
| XYZ | 38.53 | 30.87 | 41.96 | - |
| YUV | 154.89 | 136.53 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 170 | 0 | 0.34 | 0.14 | 0.22 | 324.71 | 0.37 | 0.64 |
| Hex | C6 | 82 | AA | 0 | 22 | E | 16 | 145 | 25 | 40 |
| Octal | 306 | 202 | 252 | 0 | 42 | 16 | 26 | 505 | 45 | 100 |
| Binary | 11000110 | 10000010 | 10101010 | 0 | 100010 | 1110 | 10110 | 101000101 | 100101 | 1000000 |
Color Harmonies of #C682AA
Complementary color
Monochromatic Colors of #C682AA
Black with #C682AA
Text Example
Text Example
White with #C682AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C682AA; }
p { color: rgb(198,130,170); }
H1.HeaderClassName
{
color: #C682AA;
}
.AnyTagClassName
{
color: #C682AA;
}
</style>
background-color css
<style>
a { background-color: #C682AA; }
a { background-color: rgb(198,130,170); }
div.DivClassName
{
background-color: #C682AA;
}
.BgClassName
{
background-color: #C682AA;
}
</style>
border-color css
<style>
span { border-color: #C682AA; }
span { border-color: rgb(198,130,170); }
td.TdClassName
{
border-color: #C682AA;
}
.TagClassName
{
border-color: #C682AA;
}
</style>