Shades of Lily #C085AE
Tints of Lily #C085AE
RGB
CMYK
RGB Variations
Color information
#C085AE (or 0xC085AE) is known color: Lily. HEX triplet: C0, 85 and AE. RGB value is (192,133,174). Sum of RGB (Red+Green+Blue) = 192+133+174=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C085AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C085AE is #3F7A51. Grayscale: #9B9B9B. Windows color (decimal): -4160082 or 11437504. OLE color: 11437504.
HSL color Cylindrical-coordinate representation of color #C085AE: hue angle of 318.31º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C085AE is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 133 | 174 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.25 |
| HSL | 318.31º | 0.32% | 0.64% | - |
| HSV(B) | 318.31º | 0.31% | 0.75% | - |
| XYZ | 37.77 | 31.04 | 44.04 | - |
| YUV | 155.32 | 138.55 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 174 | 0 | 0.31 | 0.09 | 0.25 | 318.31 | 0.32 | 0.64 |
| Hex | C0 | 85 | AE | 0 | 1F | 9 | 19 | 13E | 20 | 40 |
| Octal | 300 | 205 | 256 | 0 | 37 | 11 | 31 | 476 | 40 | 100 |
| Binary | 11000000 | 10000101 | 10101110 | 0 | 11111 | 1001 | 11001 | 100111110 | 100000 | 1000000 |
Color Harmonies of #C085AE
Complementary color
Monochromatic Colors of #C085AE
Black with #C085AE
Text Example
Text Example
White with #C085AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C085AE; }
p { color: rgb(192,133,174); }
H1.HeaderClassName
{
color: #C085AE;
}
.AnyTagClassName
{
color: #C085AE;
}
</style>
background-color css
<style>
a { background-color: #C085AE; }
a { background-color: rgb(192,133,174); }
div.DivClassName
{
background-color: #C085AE;
}
.BgClassName
{
background-color: #C085AE;
}
</style>
border-color css
<style>
span { border-color: #C085AE; }
span { border-color: rgb(192,133,174); }
td.TdClassName
{
border-color: #C085AE;
}
.TagClassName
{
border-color: #C085AE;
}
</style>