Shades of Lily #C485AF
Tints of Lily #C485AF
RGB
CMYK
RGB Variations
Color information
#C485AF (or 0xC485AF) is known color: Lily. HEX triplet: C4, 85 and AF. RGB value is (196,133,175). Sum of RGB (Red+Green+Blue) = 196+133+175=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 133 (52.34% from 255 or 26.39% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C485AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C485AF is #3B7A50. Grayscale: #9C9C9C. Windows color (decimal): -3897937 or 11503044. OLE color: 11503044.
HSL color Cylindrical-coordinate representation of color #C485AF: hue angle of 320º 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 #C485AF is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 133 | 175 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.23 |
| HSL | 320º | 0.35% | 0.65% | - |
| HSV(B) | 320º | 0.32% | 0.77% | - |
| XYZ | 38.89 | 31.61 | 44.61 | - |
| YUV | 156.63 | 138.37 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 175 | 0 | 0.32 | 0.11 | 0.23 | 320 | 0.35 | 0.65 |
| Hex | C4 | 85 | AF | 0 | 20 | B | 17 | 140 | 23 | 41 |
| Octal | 304 | 205 | 257 | 0 | 40 | 13 | 27 | 500 | 43 | 101 |
| Binary | 11000100 | 10000101 | 10101111 | 0 | 100000 | 1011 | 10111 | 101000000 | 100011 | 1000001 |
Color Harmonies of #C485AF
Complementary color
Monochromatic Colors of #C485AF
Black with #C485AF
Text Example
Text Example
White with #C485AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C485AF; }
p { color: rgb(196,133,175); }
H1.HeaderClassName
{
color: #C485AF;
}
.AnyTagClassName
{
color: #C485AF;
}
</style>
background-color css
<style>
a { background-color: #C485AF; }
a { background-color: rgb(196,133,175); }
div.DivClassName
{
background-color: #C485AF;
}
.BgClassName
{
background-color: #C485AF;
}
</style>
border-color css
<style>
span { border-color: #C485AF; }
span { border-color: rgb(196,133,175); }
td.TdClassName
{
border-color: #C485AF;
}
.TagClassName
{
border-color: #C485AF;
}
</style>