Shades of Lily #C29FAC
Tints of Lily #C29FAC
RGB
CMYK
RGB Variations
Color information
#C29FAC (or 0xC29FAC) is known color: Lily. HEX triplet: C2, 9F and AC. RGB value is (194,159,172). Sum of RGB (Red+Green+Blue) = 194+159+172=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 194 - color contains mainly: red. Hex color #C29FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29FAC is #3D6053. Grayscale: #AAAAAA. Windows color (decimal): -4022356 or 11313090. OLE color: 11313090.
HSL color Cylindrical-coordinate representation of color #C29FAC: hue angle of 337.71º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C29FAC is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 159 | 172 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.24 |
| HSL | 337.71º | 0.22% | 0.69% | - |
| HSV(B) | 337.71º | 0.18% | 0.76% | - |
| XYZ | 42.09 | 39.24 | 44.39 | - |
| YUV | 170.95 | 128.6 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 172 | 0 | 0.18 | 0.11 | 0.24 | 337.71 | 0.22 | 0.69 |
| Hex | C2 | 9F | AC | 0 | 12 | B | 18 | 152 | 16 | 45 |
| Octal | 302 | 237 | 254 | 0 | 22 | 13 | 30 | 522 | 26 | 105 |
| Binary | 11000010 | 10011111 | 10101100 | 0 | 10010 | 1011 | 11000 | 101010010 | 10110 | 1000101 |
Color Harmonies of #C29FAC
Complementary color
Monochromatic Colors of #C29FAC
Black with #C29FAC
Text Example
Text Example
White with #C29FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29FAC; }
p { color: rgb(194,159,172); }
H1.HeaderClassName
{
color: #C29FAC;
}
.AnyTagClassName
{
color: #C29FAC;
}
</style>
background-color css
<style>
a { background-color: #C29FAC; }
a { background-color: rgb(194,159,172); }
div.DivClassName
{
background-color: #C29FAC;
}
.BgClassName
{
background-color: #C29FAC;
}
</style>
border-color css
<style>
span { border-color: #C29FAC; }
span { border-color: rgb(194,159,172); }
td.TdClassName
{
border-color: #C29FAC;
}
.TagClassName
{
border-color: #C29FAC;
}
</style>