Shades of Lily #C394AD
Tints of Lily #C394AD
RGB
CMYK
RGB Variations
Color information
#C394AD (or 0xC394AD) is known color: Lily. HEX triplet: C3, 94 and AD. RGB value is (195,148,173). Sum of RGB (Red+Green+Blue) = 195+148+173=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 195 - color contains mainly: red. Hex color #C394AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C394AD is #3C6B52. Grayscale: #A4A4A4. Windows color (decimal): -3959635 or 11375811. OLE color: 11375811.
HSL color Cylindrical-coordinate representation of color #C394AD: hue angle of 328.09º 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 #C394AD is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 148 | 173 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.24 |
| HSL | 328.09º | 0.28% | 0.67% | - |
| HSV(B) | 328.09º | 0.24% | 0.76% | - |
| XYZ | 40.64 | 35.8 | 44.3 | - |
| YUV | 164.9 | 132.57 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 148 | 173 | 0 | 0.24 | 0.11 | 0.24 | 328.09 | 0.28 | 0.67 |
| Hex | C3 | 94 | AD | 0 | 18 | B | 18 | 148 | 1C | 43 |
| Octal | 303 | 224 | 255 | 0 | 30 | 13 | 30 | 510 | 34 | 103 |
| Binary | 11000011 | 10010100 | 10101101 | 0 | 11000 | 1011 | 11000 | 101001000 | 11100 | 1000011 |
Color Harmonies of #C394AD
Complementary color
Monochromatic Colors of #C394AD
Black with #C394AD
Text Example
Text Example
White with #C394AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C394AD; }
p { color: rgb(195,148,173); }
H1.HeaderClassName
{
color: #C394AD;
}
.AnyTagClassName
{
color: #C394AD;
}
</style>
background-color css
<style>
a { background-color: #C394AD; }
a { background-color: rgb(195,148,173); }
div.DivClassName
{
background-color: #C394AD;
}
.BgClassName
{
background-color: #C394AD;
}
</style>
border-color css
<style>
span { border-color: #C394AD; }
span { border-color: rgb(195,148,173); }
td.TdClassName
{
border-color: #C394AD;
}
.TagClassName
{
border-color: #C394AD;
}
</style>