Shades of Lily #C29AB2
Tints of Lily #C29AB2
RGB
CMYK
RGB Variations
Color information
#C29AB2 (or 0xC29AB2) is known color: Lily. HEX triplet: C2, 9A and B2. RGB value is (194,154,178). Sum of RGB (Red+Green+Blue) = 194+154+178=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 178 (69.92% from 255 or 33.84% from 526); Max value from RGB is 194 - color contains mainly: red. Hex color #C29AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29AB2 is #3D654D. Grayscale: #A8A8A8. Windows color (decimal): -4023630 or 11705026. OLE color: 11705026.
HSL color Cylindrical-coordinate representation of color #C29AB2: hue angle of 324º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C29AB2 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 154 | 178 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.24 |
| HSL | 324º | 0.25% | 0.68% | - |
| HSV(B) | 324º | 0.21% | 0.76% | - |
| XYZ | 41.84 | 37.79 | 47.21 | - |
| YUV | 168.7 | 133.25 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 178 | 0 | 0.21 | 0.08 | 0.24 | 324 | 0.25 | 0.68 |
| Hex | C2 | 9A | B2 | 0 | 15 | 8 | 18 | 144 | 19 | 44 |
| Octal | 302 | 232 | 262 | 0 | 25 | 10 | 30 | 504 | 31 | 104 |
| Binary | 11000010 | 10011010 | 10110010 | 0 | 10101 | 1000 | 11000 | 101000100 | 11001 | 1000100 |
Color Harmonies of #C29AB2
Complementary color
Monochromatic Colors of #C29AB2
Black with #C29AB2
Text Example
Text Example
White with #C29AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29AB2; }
p { color: rgb(194,154,178); }
H1.HeaderClassName
{
color: #C29AB2;
}
.AnyTagClassName
{
color: #C29AB2;
}
</style>
background-color css
<style>
a { background-color: #C29AB2; }
a { background-color: rgb(194,154,178); }
div.DivClassName
{
background-color: #C29AB2;
}
.BgClassName
{
background-color: #C29AB2;
}
</style>
border-color css
<style>
span { border-color: #C29AB2; }
span { border-color: rgb(194,154,178); }
td.TdClassName
{
border-color: #C29AB2;
}
.TagClassName
{
border-color: #C29AB2;
}
</style>