Shades of Lily #C4A3BB
Tints of Lily #C4A3BB
RGB
CMYK
RGB Variations
Color information
#C4A3BB (or 0xC4A3BB) is known color: Lily. HEX triplet: C4, A3 and BB. RGB value is (196,163,187). Sum of RGB (Red+Green+Blue) = 196+163+187=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 163 (64.06% from 255 or 29.85% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A3BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A3BB is #3B5C44. Grayscale: #AFAFAF. Windows color (decimal): -3890245 or 12297156. OLE color: 12297156.
HSL color Cylindrical-coordinate representation of color #C4A3BB: hue angle of 316.36º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4A3BB is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 163 | 187 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.23 |
| HSL | 316.36º | 0.22% | 0.7% | - |
| HSV(B) | 316.36º | 0.17% | 0.77% | - |
| XYZ | 44.83 | 41.52 | 52.66 | - |
| YUV | 175.6 | 134.43 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 163 | 187 | 0 | 0.17 | 0.05 | 0.23 | 316.36 | 0.22 | 0.7 |
| Hex | C4 | A3 | BB | 0 | 11 | 5 | 17 | 13C | 16 | 46 |
| Octal | 304 | 243 | 273 | 0 | 21 | 5 | 27 | 474 | 26 | 106 |
| Binary | 11000100 | 10100011 | 10111011 | 0 | 10001 | 101 | 10111 | 100111100 | 10110 | 1000110 |
Color Harmonies of #C4A3BB
Complementary color
Monochromatic Colors of #C4A3BB
Black with #C4A3BB
Text Example
Text Example
White with #C4A3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A3BB; }
p { color: rgb(196,163,187); }
H1.HeaderClassName
{
color: #C4A3BB;
}
.AnyTagClassName
{
color: #C4A3BB;
}
</style>
background-color css
<style>
a { background-color: #C4A3BB; }
a { background-color: rgb(196,163,187); }
div.DivClassName
{
background-color: #C4A3BB;
}
.BgClassName
{
background-color: #C4A3BB;
}
</style>
border-color css
<style>
span { border-color: #C4A3BB; }
span { border-color: rgb(196,163,187); }
td.TdClassName
{
border-color: #C4A3BB;
}
.TagClassName
{
border-color: #C4A3BB;
}
</style>