Shades of Lily #C395AB
Tints of Lily #C395AB
RGB
CMYK
RGB Variations
Color information
#C395AB (or 0xC395AB) is known color: Lily. HEX triplet: C3, 95 and AB. RGB value is (195,149,171). Sum of RGB (Red+Green+Blue) = 195+149+171=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 195 - color contains mainly: red. Hex color #C395AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C395AB is #3C6A54. Grayscale: #A5A5A5. Windows color (decimal): -3959381 or 11244995. OLE color: 11244995.
HSL color Cylindrical-coordinate representation of color #C395AB: hue angle of 331.3º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C395AB is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 149 | 171 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.24 |
| HSL | 331.3º | 0.28% | 0.67% | - |
| HSV(B) | 331.3º | 0.24% | 0.76% | - |
| XYZ | 40.6 | 36.04 | 43.34 | - |
| YUV | 165.26 | 131.24 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 171 | 0 | 0.24 | 0.12 | 0.24 | 331.3 | 0.28 | 0.67 |
| Hex | C3 | 95 | AB | 0 | 18 | C | 18 | 14B | 1C | 43 |
| Octal | 303 | 225 | 253 | 0 | 30 | 14 | 30 | 513 | 34 | 103 |
| Binary | 11000011 | 10010101 | 10101011 | 0 | 11000 | 1100 | 11000 | 101001011 | 11100 | 1000011 |
Color Harmonies of #C395AB
Complementary color
Monochromatic Colors of #C395AB
Black with #C395AB
Text Example
Text Example
White with #C395AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C395AB; }
p { color: rgb(195,149,171); }
H1.HeaderClassName
{
color: #C395AB;
}
.AnyTagClassName
{
color: #C395AB;
}
</style>
background-color css
<style>
a { background-color: #C395AB; }
a { background-color: rgb(195,149,171); }
div.DivClassName
{
background-color: #C395AB;
}
.BgClassName
{
background-color: #C395AB;
}
</style>
border-color css
<style>
span { border-color: #C395AB; }
span { border-color: rgb(195,149,171); }
td.TdClassName
{
border-color: #C395AB;
}
.TagClassName
{
border-color: #C395AB;
}
</style>