Shades of Lily #C29AB0
Tints of Lily #C29AB0
RGB
CMYK
RGB Variations
Color information
#C29AB0 (or 0xC29AB0) is known color: Lily. HEX triplet: C2, 9A and B0. RGB value is (194,154,176). Sum of RGB (Red+Green+Blue) = 194+154+176=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 194 - color contains mainly: red. Hex color #C29AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29AB0 is #3D654F. Grayscale: #A8A8A8. Windows color (decimal): -4023632 or 11573954. OLE color: 11573954.
HSL color Cylindrical-coordinate representation of color #C29AB0: hue angle of 327º 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 #C29AB0 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 154 | 176 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.24 |
| HSL | 327º | 0.25% | 0.68% | - |
| HSV(B) | 327º | 0.21% | 0.76% | - |
| XYZ | 41.64 | 37.72 | 46.16 | - |
| YUV | 168.47 | 132.25 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 176 | 0 | 0.21 | 0.09 | 0.24 | 327 | 0.25 | 0.68 |
| Hex | C2 | 9A | B0 | 0 | 15 | 9 | 18 | 147 | 19 | 44 |
| Octal | 302 | 232 | 260 | 0 | 25 | 11 | 30 | 507 | 31 | 104 |
| Binary | 11000010 | 10011010 | 10110000 | 0 | 10101 | 1001 | 11000 | 101000111 | 11001 | 1000100 |
Color Harmonies of #C29AB0
Complementary color
Monochromatic Colors of #C29AB0
Black with #C29AB0
Text Example
Text Example
White with #C29AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29AB0; }
p { color: rgb(194,154,176); }
H1.HeaderClassName
{
color: #C29AB0;
}
.AnyTagClassName
{
color: #C29AB0;
}
</style>
background-color css
<style>
a { background-color: #C29AB0; }
a { background-color: rgb(194,154,176); }
div.DivClassName
{
background-color: #C29AB0;
}
.BgClassName
{
background-color: #C29AB0;
}
</style>
border-color css
<style>
span { border-color: #C29AB0; }
span { border-color: rgb(194,154,176); }
td.TdClassName
{
border-color: #C29AB0;
}
.TagClassName
{
border-color: #C29AB0;
}
</style>