Shades of Lily #C2A5B4
Tints of Lily #C2A5B4
RGB
CMYK
RGB Variations
Color information
#C2A5B4 (or 0xC2A5B4) is known color: Lily. HEX triplet: C2, A5 and B4. RGB value is (194,165,180). Sum of RGB (Red+Green+Blue) = 194+165+180=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 165 (64.84% from 255 or 30.61% from 539); Blue value is 180 (70.70% from 255 or 33.40% from 539); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A5B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A5B4 is #3D5A4B. Grayscale: #AFAFAF. Windows color (decimal): -4020812 or 11838914. OLE color: 11838914.
HSL color Cylindrical-coordinate representation of color #C2A5B4: hue angle of 328.97º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2A5B4 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 165 | 180 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.24 |
| HSL | 328.97º | 0.19% | 0.7% | - |
| HSV(B) | 328.97º | 0.15% | 0.76% | - |
| XYZ | 43.94 | 41.67 | 48.91 | - |
| YUV | 175.38 | 130.61 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 165 | 180 | 0 | 0.15 | 0.07 | 0.24 | 328.97 | 0.19 | 0.7 |
| Hex | C2 | A5 | B4 | 0 | F | 7 | 18 | 149 | 13 | 46 |
| Octal | 302 | 245 | 264 | 0 | 17 | 7 | 30 | 511 | 23 | 106 |
| Binary | 11000010 | 10100101 | 10110100 | 0 | 1111 | 111 | 11000 | 101001001 | 10011 | 1000110 |
Color Harmonies of #C2A5B4
Complementary color
Monochromatic Colors of #C2A5B4
Black with #C2A5B4
Text Example
Text Example
White with #C2A5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A5B4; }
p { color: rgb(194,165,180); }
H1.HeaderClassName
{
color: #C2A5B4;
}
.AnyTagClassName
{
color: #C2A5B4;
}
</style>
background-color css
<style>
a { background-color: #C2A5B4; }
a { background-color: rgb(194,165,180); }
div.DivClassName
{
background-color: #C2A5B4;
}
.BgClassName
{
background-color: #C2A5B4;
}
</style>
border-color css
<style>
span { border-color: #C2A5B4; }
span { border-color: rgb(194,165,180); }
td.TdClassName
{
border-color: #C2A5B4;
}
.TagClassName
{
border-color: #C2A5B4;
}
</style>