Shades of Lily #C087AE
Tints of Lily #C087AE
RGB
CMYK
RGB Variations
Color information
#C087AE (or 0xC087AE) is known color: Lily. HEX triplet: C0, 87 and AE. RGB value is (192,135,174). Sum of RGB (Red+Green+Blue) = 192+135+174=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 192 - color contains mainly: red. Hex color #C087AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C087AE is #3F7851. Grayscale: #9C9C9C. Windows color (decimal): -4159570 or 11438016. OLE color: 11438016.
HSL color Cylindrical-coordinate representation of color #C087AE: hue angle of 318.95º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C087AE is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 135 | 174 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.25 |
| HSL | 318.95º | 0.31% | 0.64% | - |
| HSV(B) | 318.95º | 0.3% | 0.75% | - |
| XYZ | 38.04 | 31.59 | 44.14 | - |
| YUV | 156.49 | 137.88 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 174 | 0 | 0.30 | 0.09 | 0.25 | 318.95 | 0.31 | 0.64 |
| Hex | C0 | 87 | AE | 0 | 1E | 9 | 19 | 13F | 1F | 40 |
| Octal | 300 | 207 | 256 | 0 | 36 | 11 | 31 | 477 | 37 | 100 |
| Binary | 11000000 | 10000111 | 10101110 | 0 | 11110 | 1001 | 11001 | 100111111 | 11111 | 1000000 |
Color Harmonies of #C087AE
Complementary color
Monochromatic Colors of #C087AE
Black with #C087AE
Text Example
Text Example
White with #C087AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C087AE; }
p { color: rgb(192,135,174); }
H1.HeaderClassName
{
color: #C087AE;
}
.AnyTagClassName
{
color: #C087AE;
}
</style>
background-color css
<style>
a { background-color: #C087AE; }
a { background-color: rgb(192,135,174); }
div.DivClassName
{
background-color: #C087AE;
}
.BgClassName
{
background-color: #C087AE;
}
</style>
border-color css
<style>
span { border-color: #C087AE; }
span { border-color: rgb(192,135,174); }
td.TdClassName
{
border-color: #C087AE;
}
.TagClassName
{
border-color: #C087AE;
}
</style>