Shades of Lily #C284AB
Tints of Lily #C284AB
RGB
CMYK
RGB Variations
Color information
#C284AB (or 0xC284AB) is known color: Lily. HEX triplet: C2, 84 and AB. RGB value is (194,132,171). Sum of RGB (Red+Green+Blue) = 194+132+171=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 194 - color contains mainly: red. Hex color #C284AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C284AB is #3D7B54. Grayscale: #9A9A9A. Windows color (decimal): -4029269 or 11240642. OLE color: 11240642.
HSL color Cylindrical-coordinate representation of color #C284AB: hue angle of 322.26º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C284AB is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 132 | 171 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.24 |
| HSL | 322.26º | 0.34% | 0.64% | - |
| HSV(B) | 322.26º | 0.32% | 0.76% | - |
| XYZ | 37.85 | 30.91 | 42.5 | - |
| YUV | 154.98 | 137.04 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 171 | 0 | 0.32 | 0.12 | 0.24 | 322.26 | 0.34 | 0.64 |
| Hex | C2 | 84 | AB | 0 | 20 | C | 18 | 142 | 22 | 40 |
| Octal | 302 | 204 | 253 | 0 | 40 | 14 | 30 | 502 | 42 | 100 |
| Binary | 11000010 | 10000100 | 10101011 | 0 | 100000 | 1100 | 11000 | 101000010 | 100010 | 1000000 |
Color Harmonies of #C284AB
Complementary color
Monochromatic Colors of #C284AB
Black with #C284AB
Text Example
Text Example
White with #C284AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C284AB; }
p { color: rgb(194,132,171); }
H1.HeaderClassName
{
color: #C284AB;
}
.AnyTagClassName
{
color: #C284AB;
}
</style>
background-color css
<style>
a { background-color: #C284AB; }
a { background-color: rgb(194,132,171); }
div.DivClassName
{
background-color: #C284AB;
}
.BgClassName
{
background-color: #C284AB;
}
</style>
border-color css
<style>
span { border-color: #C284AB; }
span { border-color: rgb(194,132,171); }
td.TdClassName
{
border-color: #C284AB;
}
.TagClassName
{
border-color: #C284AB;
}
</style>