Shades of Lily #C2A5AF
Tints of Lily #C2A5AF
RGB
CMYK
RGB Variations
Color information
#C2A5AF (or 0xC2A5AF) is known color: Lily. HEX triplet: C2, A5 and AF. RGB value is (194,165,175). Sum of RGB (Red+Green+Blue) = 194+165+175=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 165 (64.84% from 255 or 30.90% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A5AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A5AF is #3D5A50. Grayscale: #AEAEAE. Windows color (decimal): -4020817 or 11511234. OLE color: 11511234.
HSL color Cylindrical-coordinate representation of color #C2A5AF: hue angle of 339.31º 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 #C2A5AF is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 165 | 175 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.24 |
| HSL | 339.31º | 0.19% | 0.7% | - |
| HSV(B) | 339.31º | 0.15% | 0.76% | - |
| XYZ | 43.44 | 41.47 | 46.27 | - |
| YUV | 174.81 | 128.11 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 165 | 175 | 0 | 0.15 | 0.10 | 0.24 | 339.31 | 0.19 | 0.7 |
| Hex | C2 | A5 | AF | 0 | F | A | 18 | 153 | 13 | 46 |
| Octal | 302 | 245 | 257 | 0 | 17 | 12 | 30 | 523 | 23 | 106 |
| Binary | 11000010 | 10100101 | 10101111 | 0 | 1111 | 1010 | 11000 | 101010011 | 10011 | 1000110 |
Color Harmonies of #C2A5AF
Complementary color
Monochromatic Colors of #C2A5AF
Black with #C2A5AF
Text Example
Text Example
White with #C2A5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A5AF; }
p { color: rgb(194,165,175); }
H1.HeaderClassName
{
color: #C2A5AF;
}
.AnyTagClassName
{
color: #C2A5AF;
}
</style>
background-color css
<style>
a { background-color: #C2A5AF; }
a { background-color: rgb(194,165,175); }
div.DivClassName
{
background-color: #C2A5AF;
}
.BgClassName
{
background-color: #C2A5AF;
}
</style>
border-color css
<style>
span { border-color: #C2A5AF; }
span { border-color: rgb(194,165,175); }
td.TdClassName
{
border-color: #C2A5AF;
}
.TagClassName
{
border-color: #C2A5AF;
}
</style>