Shades of Lily #C286AB
Tints of Lily #C286AB
RGB
CMYK
RGB Variations
Color information
#C286AB (or 0xC286AB) is known color: Lily. HEX triplet: C2, 86 and AB. RGB value is (194,134,171). Sum of RGB (Red+Green+Blue) = 194+134+171=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 134 (52.73% from 255 or 26.85% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C286AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C286AB is #3D7954. Grayscale: #9C9C9C. Windows color (decimal): -4028757 or 11241154. OLE color: 11241154.
HSL color Cylindrical-coordinate representation of color #C286AB: hue angle of 323º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C286AB is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 134 | 171 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.24 |
| HSL | 323º | 0.33% | 0.64% | - |
| HSV(B) | 323º | 0.31% | 0.76% | - |
| XYZ | 38.12 | 31.46 | 42.59 | - |
| YUV | 156.16 | 136.38 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 171 | 0 | 0.31 | 0.12 | 0.24 | 323 | 0.33 | 0.64 |
| Hex | C2 | 86 | AB | 0 | 1F | C | 18 | 143 | 21 | 40 |
| Octal | 302 | 206 | 253 | 0 | 37 | 14 | 30 | 503 | 41 | 100 |
| Binary | 11000010 | 10000110 | 10101011 | 0 | 11111 | 1100 | 11000 | 101000011 | 100001 | 1000000 |
Color Harmonies of #C286AB
Complementary color
Monochromatic Colors of #C286AB
Black with #C286AB
Text Example
Text Example
White with #C286AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C286AB; }
p { color: rgb(194,134,171); }
H1.HeaderClassName
{
color: #C286AB;
}
.AnyTagClassName
{
color: #C286AB;
}
</style>
background-color css
<style>
a { background-color: #C286AB; }
a { background-color: rgb(194,134,171); }
div.DivClassName
{
background-color: #C286AB;
}
.BgClassName
{
background-color: #C286AB;
}
</style>
border-color css
<style>
span { border-color: #C286AB; }
span { border-color: rgb(194,134,171); }
td.TdClassName
{
border-color: #C286AB;
}
.TagClassName
{
border-color: #C286AB;
}
</style>