Shades of Lily #C3A0BB
Tints of Lily #C3A0BB
RGB
CMYK
RGB Variations
Color information
#C3A0BB (or 0xC3A0BB) is known color: Lily. HEX triplet: C3, A0 and BB. RGB value is (195,160,187). Sum of RGB (Red+Green+Blue) = 195+160+187=542 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.98% from 542); Green value is 160 (62.89% from 255 or 29.52% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A0BB is #3C5F44. Grayscale: #ADADAD. Windows color (decimal): -3956549 or 12296387. OLE color: 12296387.
HSL color Cylindrical-coordinate representation of color #C3A0BB: hue angle of 313.71º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3A0BB is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 187 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.24 |
| HSL | 313.71º | 0.23% | 0.7% | - |
| HSV(B) | 313.71º | 0.18% | 0.76% | - |
| XYZ | 44.05 | 40.33 | 52.48 | - |
| YUV | 173.54 | 135.6 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 187 | 0 | 0.18 | 0.04 | 0.24 | 313.71 | 0.23 | 0.7 |
| Hex | C3 | A0 | BB | 0 | 12 | 4 | 18 | 13A | 17 | 46 |
| Octal | 303 | 240 | 273 | 0 | 22 | 4 | 30 | 472 | 27 | 106 |
| Binary | 11000011 | 10100000 | 10111011 | 0 | 10010 | 100 | 11000 | 100111010 | 10111 | 1000110 |
Color Harmonies of #C3A0BB
Complementary color
Monochromatic Colors of #C3A0BB
Black with #C3A0BB
Text Example
Text Example
White with #C3A0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A0BB; }
p { color: rgb(195,160,187); }
H1.HeaderClassName
{
color: #C3A0BB;
}
.AnyTagClassName
{
color: #C3A0BB;
}
</style>
background-color css
<style>
a { background-color: #C3A0BB; }
a { background-color: rgb(195,160,187); }
div.DivClassName
{
background-color: #C3A0BB;
}
.BgClassName
{
background-color: #C3A0BB;
}
</style>
border-color css
<style>
span { border-color: #C3A0BB; }
span { border-color: rgb(195,160,187); }
td.TdClassName
{
border-color: #C3A0BB;
}
.TagClassName
{
border-color: #C3A0BB;
}
</style>