Shades of Lily #C2A2B5
Tints of Lily #C2A2B5
RGB
CMYK
RGB Variations
Color information
#C2A2B5 (or 0xC2A2B5) is known color: Lily. HEX triplet: C2, A2 and B5. RGB value is (194,162,181). Sum of RGB (Red+Green+Blue) = 194+162+181=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 181 (71.09% from 255 or 33.71% from 537); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A2B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A2B5 is #3D5D4A. Grayscale: #ADADAD. Windows color (decimal): -4021579 or 11903682. OLE color: 11903682.
HSL color Cylindrical-coordinate representation of color #C2A2B5: hue angle of 324.38º 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 #C2A2B5 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 162 | 181 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.24 |
| HSL | 324.38º | 0.21% | 0.7% | - |
| HSV(B) | 324.38º | 0.16% | 0.76% | - |
| XYZ | 43.51 | 40.65 | 49.27 | - |
| YUV | 173.73 | 132.1 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 162 | 181 | 0 | 0.16 | 0.07 | 0.24 | 324.38 | 0.21 | 0.7 |
| Hex | C2 | A2 | B5 | 0 | 10 | 7 | 18 | 144 | 15 | 46 |
| Octal | 302 | 242 | 265 | 0 | 20 | 7 | 30 | 504 | 25 | 106 |
| Binary | 11000010 | 10100010 | 10110101 | 0 | 10000 | 111 | 11000 | 101000100 | 10101 | 1000110 |
Color Harmonies of #C2A2B5
Complementary color
Monochromatic Colors of #C2A2B5
Black with #C2A2B5
Text Example
Text Example
White with #C2A2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A2B5; }
p { color: rgb(194,162,181); }
H1.HeaderClassName
{
color: #C2A2B5;
}
.AnyTagClassName
{
color: #C2A2B5;
}
</style>
background-color css
<style>
a { background-color: #C2A2B5; }
a { background-color: rgb(194,162,181); }
div.DivClassName
{
background-color: #C2A2B5;
}
.BgClassName
{
background-color: #C2A2B5;
}
</style>
border-color css
<style>
span { border-color: #C2A2B5; }
span { border-color: rgb(194,162,181); }
td.TdClassName
{
border-color: #C2A2B5;
}
.TagClassName
{
border-color: #C2A2B5;
}
</style>