Shades of Lily #C291AC
Tints of Lily #C291AC
RGB
CMYK
RGB Variations
Color information
#C291AC (or 0xC291AC) is known color: Lily. HEX triplet: C2, 91 and AC. RGB value is (194,145,172). Sum of RGB (Red+Green+Blue) = 194+145+172=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 145 (57.03% from 255 or 28.38% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C291AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C291AC is #3D6E53. Grayscale: #A2A2A2. Windows color (decimal): -4025940 or 11309506. OLE color: 11309506.
HSL color Cylindrical-coordinate representation of color #C291AC: hue angle of 326.94º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C291AC is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 145 | 172 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.24 |
| HSL | 326.94º | 0.29% | 0.66% | - |
| HSV(B) | 326.94º | 0.25% | 0.76% | - |
| XYZ | 39.82 | 34.7 | 43.63 | - |
| YUV | 162.73 | 133.23 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 145 | 172 | 0 | 0.25 | 0.11 | 0.24 | 326.94 | 0.29 | 0.66 |
| Hex | C2 | 91 | AC | 0 | 19 | B | 18 | 147 | 1D | 42 |
| Octal | 302 | 221 | 254 | 0 | 31 | 13 | 30 | 507 | 35 | 102 |
| Binary | 11000010 | 10010001 | 10101100 | 0 | 11001 | 1011 | 11000 | 101000111 | 11101 | 1000010 |
Color Harmonies of #C291AC
Complementary color
Monochromatic Colors of #C291AC
Black with #C291AC
Text Example
Text Example
White with #C291AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C291AC; }
p { color: rgb(194,145,172); }
H1.HeaderClassName
{
color: #C291AC;
}
.AnyTagClassName
{
color: #C291AC;
}
</style>
background-color css
<style>
a { background-color: #C291AC; }
a { background-color: rgb(194,145,172); }
div.DivClassName
{
background-color: #C291AC;
}
.BgClassName
{
background-color: #C291AC;
}
</style>
border-color css
<style>
span { border-color: #C291AC; }
span { border-color: rgb(194,145,172); }
td.TdClassName
{
border-color: #C291AC;
}
.TagClassName
{
border-color: #C291AC;
}
</style>