Shades of Lily #C495AF
Tints of Lily #C495AF
RGB
CMYK
RGB Variations
Color information
#C495AF (or 0xC495AF) is known color: Lily. HEX triplet: C4, 95 and AF. RGB value is (196,149,175). Sum of RGB (Red+Green+Blue) = 196+149+175=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 196 - color contains mainly: red. Hex color #C495AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C495AF is #3B6A50. Grayscale: #A5A5A5. Windows color (decimal): -3893841 or 11507140. OLE color: 11507140.
HSL color Cylindrical-coordinate representation of color #C495AF: hue angle of 326.81º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C495AF is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 149 | 175 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.23 |
| HSL | 326.81º | 0.28% | 0.68% | - |
| HSV(B) | 326.81º | 0.24% | 0.77% | - |
| XYZ | 41.25 | 36.33 | 45.39 | - |
| YUV | 166.02 | 133.07 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 149 | 175 | 0 | 0.24 | 0.11 | 0.23 | 326.81 | 0.28 | 0.68 |
| Hex | C4 | 95 | AF | 0 | 18 | B | 17 | 147 | 1C | 44 |
| Octal | 304 | 225 | 257 | 0 | 30 | 13 | 27 | 507 | 34 | 104 |
| Binary | 11000100 | 10010101 | 10101111 | 0 | 11000 | 1011 | 10111 | 101000111 | 11100 | 1000100 |
Color Harmonies of #C495AF
Complementary color
Monochromatic Colors of #C495AF
Black with #C495AF
Text Example
Text Example
White with #C495AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C495AF; }
p { color: rgb(196,149,175); }
H1.HeaderClassName
{
color: #C495AF;
}
.AnyTagClassName
{
color: #C495AF;
}
</style>
background-color css
<style>
a { background-color: #C495AF; }
a { background-color: rgb(196,149,175); }
div.DivClassName
{
background-color: #C495AF;
}
.BgClassName
{
background-color: #C495AF;
}
</style>
border-color css
<style>
span { border-color: #C495AF; }
span { border-color: rgb(196,149,175); }
td.TdClassName
{
border-color: #C495AF;
}
.TagClassName
{
border-color: #C495AF;
}
</style>