Shades of Lily #C3A2BB
Tints of Lily #C3A2BB
RGB
CMYK
RGB Variations
Color information
#C3A2BB (or 0xC3A2BB) is known color: Lily. HEX triplet: C3, A2 and BB. RGB value is (195,162,187). Sum of RGB (Red+Green+Blue) = 195+162+187=544 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.85% from 544); Green value is 162 (63.67% from 255 or 29.78% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A2BB is #3C5D44. Grayscale: #AEAEAE. Windows color (decimal): -3956037 or 12296899. OLE color: 12296899.
HSL color Cylindrical-coordinate representation of color #C3A2BB: hue angle of 314.55º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3A2BB is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 162 | 187 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.24 |
| HSL | 314.55º | 0.22% | 0.7% | - |
| HSV(B) | 314.55º | 0.17% | 0.76% | - |
| XYZ | 44.4 | 41.03 | 52.59 | - |
| YUV | 174.72 | 134.93 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 162 | 187 | 0 | 0.17 | 0.04 | 0.24 | 314.55 | 0.22 | 0.7 |
| Hex | C3 | A2 | BB | 0 | 11 | 4 | 18 | 13B | 16 | 46 |
| Octal | 303 | 242 | 273 | 0 | 21 | 4 | 30 | 473 | 26 | 106 |
| Binary | 11000011 | 10100010 | 10111011 | 0 | 10001 | 100 | 11000 | 100111011 | 10110 | 1000110 |
Color Harmonies of #C3A2BB
Complementary color
Monochromatic Colors of #C3A2BB
Black with #C3A2BB
Text Example
Text Example
White with #C3A2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A2BB; }
p { color: rgb(195,162,187); }
H1.HeaderClassName
{
color: #C3A2BB;
}
.AnyTagClassName
{
color: #C3A2BB;
}
</style>
background-color css
<style>
a { background-color: #C3A2BB; }
a { background-color: rgb(195,162,187); }
div.DivClassName
{
background-color: #C3A2BB;
}
.BgClassName
{
background-color: #C3A2BB;
}
</style>
border-color css
<style>
span { border-color: #C3A2BB; }
span { border-color: rgb(195,162,187); }
td.TdClassName
{
border-color: #C3A2BB;
}
.TagClassName
{
border-color: #C3A2BB;
}
</style>