Shades of Lily #C292AC
Tints of Lily #C292AC
RGB
CMYK
RGB Variations
Color information
#C292AC (or 0xC292AC) is known color: Lily. HEX triplet: C2, 92 and AC. RGB value is (194,146,172). Sum of RGB (Red+Green+Blue) = 194+146+172=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C292AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C292AC is #3D6D53. Grayscale: #A3A3A3. Windows color (decimal): -4025684 or 11309762. OLE color: 11309762.
HSL color Cylindrical-coordinate representation of color #C292AC: hue angle of 327.5º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C292AC is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 146 | 172 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.24 |
| HSL | 327.5º | 0.28% | 0.67% | - |
| HSV(B) | 327.5º | 0.25% | 0.76% | - |
| XYZ | 39.97 | 35.01 | 43.68 | - |
| YUV | 163.32 | 132.9 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 172 | 0 | 0.25 | 0.11 | 0.24 | 327.5 | 0.28 | 0.67 |
| Hex | C2 | 92 | AC | 0 | 19 | B | 18 | 148 | 1C | 43 |
| Octal | 302 | 222 | 254 | 0 | 31 | 13 | 30 | 510 | 34 | 103 |
| Binary | 11000010 | 10010010 | 10101100 | 0 | 11001 | 1011 | 11000 | 101001000 | 11100 | 1000011 |
Color Harmonies of #C292AC
Complementary color
Monochromatic Colors of #C292AC
Black with #C292AC
Text Example
Text Example
White with #C292AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C292AC; }
p { color: rgb(194,146,172); }
H1.HeaderClassName
{
color: #C292AC;
}
.AnyTagClassName
{
color: #C292AC;
}
</style>
background-color css
<style>
a { background-color: #C292AC; }
a { background-color: rgb(194,146,172); }
div.DivClassName
{
background-color: #C292AC;
}
.BgClassName
{
background-color: #C292AC;
}
</style>
border-color css
<style>
span { border-color: #C292AC; }
span { border-color: rgb(194,146,172); }
td.TdClassName
{
border-color: #C292AC;
}
.TagClassName
{
border-color: #C292AC;
}
</style>