Shades of Lily #C087AB
Tints of Lily #C087AB
RGB
CMYK
RGB Variations
Color information
#C087AB (or 0xC087AB) is known color: Lily. HEX triplet: C0, 87 and AB. RGB value is (192,135,171). Sum of RGB (Red+Green+Blue) = 192+135+171=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 135 (53.12% from 255 or 27.11% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C087AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C087AB is #3F7854. Grayscale: #9C9C9C. Windows color (decimal): -4159573 or 11241408. OLE color: 11241408.
HSL color Cylindrical-coordinate representation of color #C087AB: hue angle of 322.11º 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 #C087AB is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 135 | 171 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.25 |
| HSL | 322.11º | 0.31% | 0.64% | - |
| HSV(B) | 322.11º | 0.3% | 0.75% | - |
| XYZ | 37.75 | 31.47 | 42.61 | - |
| YUV | 156.15 | 136.38 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 171 | 0 | 0.30 | 0.11 | 0.25 | 322.11 | 0.31 | 0.64 |
| Hex | C0 | 87 | AB | 0 | 1E | B | 19 | 142 | 1F | 40 |
| Octal | 300 | 207 | 253 | 0 | 36 | 13 | 31 | 502 | 37 | 100 |
| Binary | 11000000 | 10000111 | 10101011 | 0 | 11110 | 1011 | 11001 | 101000010 | 11111 | 1000000 |
Color Harmonies of #C087AB
Complementary color
Monochromatic Colors of #C087AB
Black with #C087AB
Text Example
Text Example
White with #C087AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C087AB; }
p { color: rgb(192,135,171); }
H1.HeaderClassName
{
color: #C087AB;
}
.AnyTagClassName
{
color: #C087AB;
}
</style>
background-color css
<style>
a { background-color: #C087AB; }
a { background-color: rgb(192,135,171); }
div.DivClassName
{
background-color: #C087AB;
}
.BgClassName
{
background-color: #C087AB;
}
</style>
border-color css
<style>
span { border-color: #C087AB; }
span { border-color: rgb(192,135,171); }
td.TdClassName
{
border-color: #C087AB;
}
.TagClassName
{
border-color: #C087AB;
}
</style>