Shades of Lily #C485AA
Tints of Lily #C485AA
RGB
CMYK
RGB Variations
Color information
#C485AA (or 0xC485AA) is known color: Lily. HEX triplet: C4, 85 and AA. RGB value is (196,133,170). Sum of RGB (Red+Green+Blue) = 196+133+170=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 196 - color contains mainly: red. Hex color #C485AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C485AA is #3B7A55. Grayscale: #9B9B9B. Windows color (decimal): -3897942 or 11175364. OLE color: 11175364.
HSL color Cylindrical-coordinate representation of color #C485AA: hue angle of 324.76º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C485AA is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 133 | 170 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.23 |
| HSL | 324.76º | 0.35% | 0.65% | - |
| HSV(B) | 324.76º | 0.32% | 0.77% | - |
| XYZ | 38.41 | 31.41 | 42.07 | - |
| YUV | 156.06 | 135.87 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 170 | 0 | 0.32 | 0.13 | 0.23 | 324.76 | 0.35 | 0.65 |
| Hex | C4 | 85 | AA | 0 | 20 | D | 17 | 145 | 23 | 41 |
| Octal | 304 | 205 | 252 | 0 | 40 | 15 | 27 | 505 | 43 | 101 |
| Binary | 11000100 | 10000101 | 10101010 | 0 | 100000 | 1101 | 10111 | 101000101 | 100011 | 1000001 |
Color Harmonies of #C485AA
Complementary color
Monochromatic Colors of #C485AA
Black with #C485AA
Text Example
Text Example
White with #C485AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C485AA; }
p { color: rgb(196,133,170); }
H1.HeaderClassName
{
color: #C485AA;
}
.AnyTagClassName
{
color: #C485AA;
}
</style>
background-color css
<style>
a { background-color: #C485AA; }
a { background-color: rgb(196,133,170); }
div.DivClassName
{
background-color: #C485AA;
}
.BgClassName
{
background-color: #C485AA;
}
</style>
border-color css
<style>
span { border-color: #C485AA; }
span { border-color: rgb(196,133,170); }
td.TdClassName
{
border-color: #C485AA;
}
.TagClassName
{
border-color: #C485AA;
}
</style>