Shades of Lily #C495AB
Tints of Lily #C495AB
RGB
CMYK
RGB Variations
Color information
#C495AB (or 0xC495AB) is known color: Lily. HEX triplet: C4, 95 and AB. RGB value is (196,149,171). Sum of RGB (Red+Green+Blue) = 196+149+171=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 196 - color contains mainly: red. Hex color #C495AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C495AB is #3B6A54. Grayscale: #A5A5A5. Windows color (decimal): -3893845 or 11244996. OLE color: 11244996.
HSL color Cylindrical-coordinate representation of color #C495AB: hue angle of 331.91º 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 #C495AB is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 149 | 171 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.23 |
| HSL | 331.91º | 0.28% | 0.68% | - |
| HSV(B) | 331.91º | 0.24% | 0.77% | - |
| XYZ | 40.86 | 36.17 | 43.36 | - |
| YUV | 165.56 | 131.07 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 149 | 171 | 0 | 0.24 | 0.13 | 0.23 | 331.91 | 0.28 | 0.68 |
| Hex | C4 | 95 | AB | 0 | 18 | D | 17 | 14C | 1C | 44 |
| Octal | 304 | 225 | 253 | 0 | 30 | 15 | 27 | 514 | 34 | 104 |
| Binary | 11000100 | 10010101 | 10101011 | 0 | 11000 | 1101 | 10111 | 101001100 | 11100 | 1000100 |
Color Harmonies of #C495AB
Complementary color
Monochromatic Colors of #C495AB
Black with #C495AB
Text Example
Text Example
White with #C495AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C495AB; }
p { color: rgb(196,149,171); }
H1.HeaderClassName
{
color: #C495AB;
}
.AnyTagClassName
{
color: #C495AB;
}
</style>
background-color css
<style>
a { background-color: #C495AB; }
a { background-color: rgb(196,149,171); }
div.DivClassName
{
background-color: #C495AB;
}
.BgClassName
{
background-color: #C495AB;
}
</style>
border-color css
<style>
span { border-color: #C495AB; }
span { border-color: rgb(196,149,171); }
td.TdClassName
{
border-color: #C495AB;
}
.TagClassName
{
border-color: #C495AB;
}
</style>