Shades of Lily #C1A2BB
Tints of Lily #C1A2BB
RGB
CMYK
RGB Variations
Color information
#C1A2BB (or 0xC1A2BB) is known color: Lily. HEX triplet: C1, A2 and BB. RGB value is (193,162,187). Sum of RGB (Red+Green+Blue) = 193+162+187=542 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.61% from 542); Green value is 162 (63.67% from 255 or 29.89% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A2BB is #3E5D44. Grayscale: #AEAEAE. Windows color (decimal): -4087109 or 12296897. OLE color: 12296897.
HSL color Cylindrical-coordinate representation of color #C1A2BB: hue angle of 311.61º degrees, saturation: 0.2, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1A2BB is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 162 | 187 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.24 |
| HSL | 311.61º | 0.2% | 0.7% | - |
| HSV(B) | 311.61º | 0.16% | 0.76% | - |
| XYZ | 43.88 | 40.77 | 52.57 | - |
| YUV | 174.12 | 135.27 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 162 | 187 | 0 | 0.16 | 0.03 | 0.24 | 311.61 | 0.2 | 0.7 |
| Hex | C1 | A2 | BB | 0 | 10 | 3 | 18 | 138 | 14 | 46 |
| Octal | 301 | 242 | 273 | 0 | 20 | 3 | 30 | 470 | 24 | 106 |
| Binary | 11000001 | 10100010 | 10111011 | 0 | 10000 | 11 | 11000 | 100111000 | 10100 | 1000110 |
Color Harmonies of #C1A2BB
Complementary color
Monochromatic Colors of #C1A2BB
Black with #C1A2BB
Text Example
Text Example
White with #C1A2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A2BB; }
p { color: rgb(193,162,187); }
H1.HeaderClassName
{
color: #C1A2BB;
}
.AnyTagClassName
{
color: #C1A2BB;
}
</style>
background-color css
<style>
a { background-color: #C1A2BB; }
a { background-color: rgb(193,162,187); }
div.DivClassName
{
background-color: #C1A2BB;
}
.BgClassName
{
background-color: #C1A2BB;
}
</style>
border-color css
<style>
span { border-color: #C1A2BB; }
span { border-color: rgb(193,162,187); }
td.TdClassName
{
border-color: #C1A2BB;
}
.TagClassName
{
border-color: #C1A2BB;
}
</style>