Shades of Lily #C29BB6
Tints of Lily #C29BB6
RGB
CMYK
RGB Variations
Color information
#C29BB6 (or 0xC29BB6) is known color: Lily. HEX triplet: C2, 9B and B6. RGB value is (194,155,182). Sum of RGB (Red+Green+Blue) = 194+155+182=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 182 (71.48% from 255 or 34.27% from 531); Max value from RGB is 194 - color contains mainly: red. Hex color #C29BB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29BB6 is #3D6449. Grayscale: #A9A9A9. Windows color (decimal): -4023370 or 11967426. OLE color: 11967426.
HSL color Cylindrical-coordinate representation of color #C29BB6: hue angle of 318.46º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C29BB6 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 155 | 182 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.24 |
| HSL | 318.46º | 0.24% | 0.68% | - |
| HSV(B) | 318.46º | 0.2% | 0.76% | - |
| XYZ | 42.41 | 38.29 | 49.41 | - |
| YUV | 169.74 | 134.92 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 182 | 0 | 0.20 | 0.06 | 0.24 | 318.46 | 0.24 | 0.68 |
| Hex | C2 | 9B | B6 | 0 | 14 | 6 | 18 | 13E | 18 | 44 |
| Octal | 302 | 233 | 266 | 0 | 24 | 6 | 30 | 476 | 30 | 104 |
| Binary | 11000010 | 10011011 | 10110110 | 0 | 10100 | 110 | 11000 | 100111110 | 11000 | 1000100 |
Color Harmonies of #C29BB6
Complementary color
Monochromatic Colors of #C29BB6
Black with #C29BB6
Text Example
Text Example
White with #C29BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29BB6; }
p { color: rgb(194,155,182); }
H1.HeaderClassName
{
color: #C29BB6;
}
.AnyTagClassName
{
color: #C29BB6;
}
</style>
background-color css
<style>
a { background-color: #C29BB6; }
a { background-color: rgb(194,155,182); }
div.DivClassName
{
background-color: #C29BB6;
}
.BgClassName
{
background-color: #C29BB6;
}
</style>
border-color css
<style>
span { border-color: #C29BB6; }
span { border-color: rgb(194,155,182); }
td.TdClassName
{
border-color: #C29BB6;
}
.TagClassName
{
border-color: #C29BB6;
}
</style>