Shades of Lily #C495BA
Tints of Lily #C495BA
RGB
CMYK
RGB Variations
Color information
#C495BA (or 0xC495BA) is known color: Lily. HEX triplet: C4, 95 and BA. RGB value is (196,149,186). Sum of RGB (Red+Green+Blue) = 196+149+186=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 196 - color contains mainly: red. Hex color #C495BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C495BA is #3B6A45. Grayscale: #A7A7A7. Windows color (decimal): -3893830 or 12228036. OLE color: 12228036.
HSL color Cylindrical-coordinate representation of color #C495BA: hue angle of 312.77º 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 #C495BA is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 149 | 186 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.23 |
| HSL | 312.77º | 0.28% | 0.68% | - |
| HSV(B) | 312.77º | 0.24% | 0.77% | - |
| XYZ | 42.38 | 36.78 | 51.32 | - |
| YUV | 167.27 | 138.57 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 149 | 186 | 0 | 0.24 | 0.05 | 0.23 | 312.77 | 0.28 | 0.68 |
| Hex | C4 | 95 | BA | 0 | 18 | 5 | 17 | 139 | 1C | 44 |
| Octal | 304 | 225 | 272 | 0 | 30 | 5 | 27 | 471 | 34 | 104 |
| Binary | 11000100 | 10010101 | 10111010 | 0 | 11000 | 101 | 10111 | 100111001 | 11100 | 1000100 |
Color Harmonies of #C495BA
Complementary color
Monochromatic Colors of #C495BA
Black with #C495BA
Text Example
Text Example
White with #C495BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C495BA; }
p { color: rgb(196,149,186); }
H1.HeaderClassName
{
color: #C495BA;
}
.AnyTagClassName
{
color: #C495BA;
}
</style>
background-color css
<style>
a { background-color: #C495BA; }
a { background-color: rgb(196,149,186); }
div.DivClassName
{
background-color: #C495BA;
}
.BgClassName
{
background-color: #C495BA;
}
</style>
border-color css
<style>
span { border-color: #C495BA; }
span { border-color: rgb(196,149,186); }
td.TdClassName
{
border-color: #C495BA;
}
.TagClassName
{
border-color: #C495BA;
}
</style>