Shades of Lily #C2A0B3
Tints of Lily #C2A0B3
RGB
CMYK
RGB Variations
Color information
#C2A0B3 (or 0xC2A0B3) is known color: Lily. HEX triplet: C2, A0 and B3. RGB value is (194,160,179). Sum of RGB (Red+Green+Blue) = 194+160+179=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 179 (70.31% from 255 or 33.58% from 533); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A0B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A0B3 is #3D5F4C. Grayscale: #ACACAC. Windows color (decimal): -4022093 or 11772098. OLE color: 11772098.
HSL color Cylindrical-coordinate representation of color #C2A0B3: hue angle of 326.47º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2A0B3 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 160 | 179 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.24 |
| HSL | 326.47º | 0.22% | 0.69% | - |
| HSV(B) | 326.47º | 0.18% | 0.76% | - |
| XYZ | 42.96 | 39.87 | 48.08 | - |
| YUV | 172.33 | 131.76 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 179 | 0 | 0.18 | 0.08 | 0.24 | 326.47 | 0.22 | 0.69 |
| Hex | C2 | A0 | B3 | 0 | 12 | 8 | 18 | 146 | 16 | 45 |
| Octal | 302 | 240 | 263 | 0 | 22 | 10 | 30 | 506 | 26 | 105 |
| Binary | 11000010 | 10100000 | 10110011 | 0 | 10010 | 1000 | 11000 | 101000110 | 10110 | 1000101 |
Color Harmonies of #C2A0B3
Complementary color
Monochromatic Colors of #C2A0B3
Black with #C2A0B3
Text Example
Text Example
White with #C2A0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A0B3; }
p { color: rgb(194,160,179); }
H1.HeaderClassName
{
color: #C2A0B3;
}
.AnyTagClassName
{
color: #C2A0B3;
}
</style>
background-color css
<style>
a { background-color: #C2A0B3; }
a { background-color: rgb(194,160,179); }
div.DivClassName
{
background-color: #C2A0B3;
}
.BgClassName
{
background-color: #C2A0B3;
}
</style>
border-color css
<style>
span { border-color: #C2A0B3; }
span { border-color: rgb(194,160,179); }
td.TdClassName
{
border-color: #C2A0B3;
}
.TagClassName
{
border-color: #C2A0B3;
}
</style>