Shades of Lily #C2A9B4
Tints of Lily #C2A9B4
RGB
CMYK
RGB Variations
Color information
#C2A9B4 (or 0xC2A9B4) is known color: Lily. HEX triplet: C2, A9 and B4. RGB value is (194,169,180). Sum of RGB (Red+Green+Blue) = 194+169+180=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 169 (66.41% from 255 or 31.12% from 543); Blue value is 180 (70.70% from 255 or 33.15% from 543); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A9B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A9B4 is #3D564B. Grayscale: #B1B1B1. Windows color (decimal): -4019788 or 11839938. OLE color: 11839938.
HSL color Cylindrical-coordinate representation of color #C2A9B4: hue angle of 333.6º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2A9B4 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 169 | 180 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.24 |
| HSL | 333.6º | 0.17% | 0.71% | - |
| HSV(B) | 333.6º | 0.13% | 0.76% | - |
| XYZ | 44.67 | 43.14 | 49.15 | - |
| YUV | 177.73 | 129.28 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 169 | 180 | 0 | 0.13 | 0.07 | 0.24 | 333.6 | 0.17 | 0.71 |
| Hex | C2 | A9 | B4 | 0 | D | 7 | 18 | 14E | 11 | 47 |
| Octal | 302 | 251 | 264 | 0 | 15 | 7 | 30 | 516 | 21 | 107 |
| Binary | 11000010 | 10101001 | 10110100 | 0 | 1101 | 111 | 11000 | 101001110 | 10001 | 1000111 |
Color Harmonies of #C2A9B4
Complementary color
Monochromatic Colors of #C2A9B4
Black with #C2A9B4
Text Example
Text Example
White with #C2A9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A9B4; }
p { color: rgb(194,169,180); }
H1.HeaderClassName
{
color: #C2A9B4;
}
.AnyTagClassName
{
color: #C2A9B4;
}
</style>
background-color css
<style>
a { background-color: #C2A9B4; }
a { background-color: rgb(194,169,180); }
div.DivClassName
{
background-color: #C2A9B4;
}
.BgClassName
{
background-color: #C2A9B4;
}
</style>
border-color css
<style>
span { border-color: #C2A9B4; }
span { border-color: rgb(194,169,180); }
td.TdClassName
{
border-color: #C2A9B4;
}
.TagClassName
{
border-color: #C2A9B4;
}
</style>