Shades of Lily #C495B7
Tints of Lily #C495B7
RGB
CMYK
RGB Variations
Color information
#C495B7 (or 0xC495B7) is known color: Lily. HEX triplet: C4, 95 and B7. RGB value is (196,149,183). Sum of RGB (Red+Green+Blue) = 196+149+183=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 183 (71.88% from 255 or 34.66% from 528); Max value from RGB is 196 - color contains mainly: red. Hex color #C495B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C495B7 is #3B6A48. Grayscale: #A6A6A6. Windows color (decimal): -3893833 or 12031428. OLE color: 12031428.
HSL color Cylindrical-coordinate representation of color #C495B7: hue angle of 316.6º 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 #C495B7 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 149 | 183 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.23 |
| HSL | 316.6º | 0.28% | 0.68% | - |
| HSV(B) | 316.6º | 0.24% | 0.77% | - |
| XYZ | 42.06 | 36.65 | 49.66 | - |
| YUV | 166.93 | 137.07 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 149 | 183 | 0 | 0.24 | 0.07 | 0.23 | 316.6 | 0.28 | 0.68 |
| Hex | C4 | 95 | B7 | 0 | 18 | 7 | 17 | 13D | 1C | 44 |
| Octal | 304 | 225 | 267 | 0 | 30 | 7 | 27 | 475 | 34 | 104 |
| Binary | 11000100 | 10010101 | 10110111 | 0 | 11000 | 111 | 10111 | 100111101 | 11100 | 1000100 |
Color Harmonies of #C495B7
Complementary color
Monochromatic Colors of #C495B7
Black with #C495B7
Text Example
Text Example
White with #C495B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C495B7; }
p { color: rgb(196,149,183); }
H1.HeaderClassName
{
color: #C495B7;
}
.AnyTagClassName
{
color: #C495B7;
}
</style>
background-color css
<style>
a { background-color: #C495B7; }
a { background-color: rgb(196,149,183); }
div.DivClassName
{
background-color: #C495B7;
}
.BgClassName
{
background-color: #C495B7;
}
</style>
border-color css
<style>
span { border-color: #C495B7; }
span { border-color: rgb(196,149,183); }
td.TdClassName
{
border-color: #C495B7;
}
.TagClassName
{
border-color: #C495B7;
}
</style>