Shades of Lily #C2A2B3
Tints of Lily #C2A2B3
RGB
CMYK
RGB Variations
Color information
#C2A2B3 (or 0xC2A2B3) is known color: Lily. HEX triplet: C2, A2 and B3. RGB value is (194,162,179). Sum of RGB (Red+Green+Blue) = 194+162+179=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 162 (63.67% from 255 or 30.28% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A2B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A2B3 is #3D5D4C. Grayscale: #ADADAD. Windows color (decimal): -4021581 or 11772610. OLE color: 11772610.
HSL color Cylindrical-coordinate representation of color #C2A2B3: hue angle of 328.12º degrees, saturation: 0.21, 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 #C2A2B3 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 162 | 179 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.24 |
| HSL | 328.13º | 0.21% | 0.7% | - |
| HSV(B) | 328.13º | 0.16% | 0.76% | - |
| XYZ | 43.31 | 40.56 | 48.2 | - |
| YUV | 173.51 | 131.1 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 162 | 179 | 0 | 0.16 | 0.08 | 0.24 | 328.13 | 0.21 | 0.7 |
| Hex | C2 | A2 | B3 | 0 | 10 | 8 | 18 | 148 | 15 | 46 |
| Octal | 302 | 242 | 263 | 0 | 20 | 10 | 30 | 510 | 25 | 106 |
| Binary | 11000010 | 10100010 | 10110011 | 0 | 10000 | 1000 | 11000 | 101001000 | 10101 | 1000110 |
Color Harmonies of #C2A2B3
Complementary color
Monochromatic Colors of #C2A2B3
Black with #C2A2B3
Text Example
Text Example
White with #C2A2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A2B3; }
p { color: rgb(194,162,179); }
H1.HeaderClassName
{
color: #C2A2B3;
}
.AnyTagClassName
{
color: #C2A2B3;
}
</style>
background-color css
<style>
a { background-color: #C2A2B3; }
a { background-color: rgb(194,162,179); }
div.DivClassName
{
background-color: #C2A2B3;
}
.BgClassName
{
background-color: #C2A2B3;
}
</style>
border-color css
<style>
span { border-color: #C2A2B3; }
span { border-color: rgb(194,162,179); }
td.TdClassName
{
border-color: #C2A2B3;
}
.TagClassName
{
border-color: #C2A2B3;
}
</style>