Shades of Lily #C292AB
Tints of Lily #C292AB
RGB
CMYK
RGB Variations
Color information
#C292AB (or 0xC292AB) is known color: Lily. HEX triplet: C2, 92 and AB. RGB value is (194,146,171). Sum of RGB (Red+Green+Blue) = 194+146+171=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C292AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C292AB is #3D6D54. Grayscale: #A3A3A3. Windows color (decimal): -4025685 or 11244226. OLE color: 11244226.
HSL color Cylindrical-coordinate representation of color #C292AB: hue angle of 328.75º 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 #C292AB is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 146 | 171 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.24 |
| HSL | 328.75º | 0.28% | 0.67% | - |
| HSV(B) | 328.75º | 0.25% | 0.76% | - |
| XYZ | 39.88 | 34.97 | 43.18 | - |
| YUV | 163.2 | 132.4 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 171 | 0 | 0.25 | 0.12 | 0.24 | 328.75 | 0.28 | 0.67 |
| Hex | C2 | 92 | AB | 0 | 19 | C | 18 | 149 | 1C | 43 |
| Octal | 302 | 222 | 253 | 0 | 31 | 14 | 30 | 511 | 34 | 103 |
| Binary | 11000010 | 10010010 | 10101011 | 0 | 11001 | 1100 | 11000 | 101001001 | 11100 | 1000011 |
Color Harmonies of #C292AB
Complementary color
Monochromatic Colors of #C292AB
Black with #C292AB
Text Example
Text Example
White with #C292AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C292AB; }
p { color: rgb(194,146,171); }
H1.HeaderClassName
{
color: #C292AB;
}
.AnyTagClassName
{
color: #C292AB;
}
</style>
background-color css
<style>
a { background-color: #C292AB; }
a { background-color: rgb(194,146,171); }
div.DivClassName
{
background-color: #C292AB;
}
.BgClassName
{
background-color: #C292AB;
}
</style>
border-color css
<style>
span { border-color: #C292AB; }
span { border-color: rgb(194,146,171); }
td.TdClassName
{
border-color: #C292AB;
}
.TagClassName
{
border-color: #C292AB;
}
</style>