Shades of Lily #C287AB
Tints of Lily #C287AB
RGB
CMYK
RGB Variations
Color information
#C287AB (or 0xC287AB) is known color: Lily. HEX triplet: C2, 87 and AB. RGB value is (194,135,171). Sum of RGB (Red+Green+Blue) = 194+135+171=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 135 (53.12% from 255 or 27% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C287AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C287AB is #3D7854. Grayscale: #9C9C9C. Windows color (decimal): -4028501 or 11241410. OLE color: 11241410.
HSL color Cylindrical-coordinate representation of color #C287AB: hue angle of 323.39º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C287AB is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 171 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.24 |
| HSL | 323.39º | 0.33% | 0.65% | - |
| HSV(B) | 323.39º | 0.3% | 0.76% | - |
| XYZ | 38.26 | 31.74 | 42.64 | - |
| YUV | 156.75 | 136.05 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 171 | 0 | 0.30 | 0.12 | 0.24 | 323.39 | 0.33 | 0.65 |
| Hex | C2 | 87 | AB | 0 | 1E | C | 18 | 143 | 21 | 41 |
| Octal | 302 | 207 | 253 | 0 | 36 | 14 | 30 | 503 | 41 | 101 |
| Binary | 11000010 | 10000111 | 10101011 | 0 | 11110 | 1100 | 11000 | 101000011 | 100001 | 1000001 |
Color Harmonies of #C287AB
Complementary color
Monochromatic Colors of #C287AB
Black with #C287AB
Text Example
Text Example
White with #C287AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C287AB; }
p { color: rgb(194,135,171); }
H1.HeaderClassName
{
color: #C287AB;
}
.AnyTagClassName
{
color: #C287AB;
}
</style>
background-color css
<style>
a { background-color: #C287AB; }
a { background-color: rgb(194,135,171); }
div.DivClassName
{
background-color: #C287AB;
}
.BgClassName
{
background-color: #C287AB;
}
</style>
border-color css
<style>
span { border-color: #C287AB; }
span { border-color: rgb(194,135,171); }
td.TdClassName
{
border-color: #C287AB;
}
.TagClassName
{
border-color: #C287AB;
}
</style>