Shades of Lily #C39DAF
Tints of Lily #C39DAF
RGB
CMYK
RGB Variations
Color information
#C39DAF (or 0xC39DAF) is known color: Lily. HEX triplet: C3, 9D and AF. RGB value is (195,157,175). Sum of RGB (Red+Green+Blue) = 195+157+175=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 195 - color contains mainly: red. Hex color #C39DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39DAF is #3C6250. Grayscale: #AAAAAA. Windows color (decimal): -3957329 or 11509187. OLE color: 11509187.
HSL color Cylindrical-coordinate representation of color #C39DAF: hue angle of 331.58º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C39DAF is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 157 | 175 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.24 |
| HSL | 331.58º | 0.24% | 0.69% | - |
| HSV(B) | 331.58º | 0.19% | 0.76% | - |
| XYZ | 42.3 | 38.81 | 45.82 | - |
| YUV | 170.41 | 130.59 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 157 | 175 | 0 | 0.19 | 0.10 | 0.24 | 331.58 | 0.24 | 0.69 |
| Hex | C3 | 9D | AF | 0 | 13 | A | 18 | 14C | 18 | 45 |
| Octal | 303 | 235 | 257 | 0 | 23 | 12 | 30 | 514 | 30 | 105 |
| Binary | 11000011 | 10011101 | 10101111 | 0 | 10011 | 1010 | 11000 | 101001100 | 11000 | 1000101 |
Color Harmonies of #C39DAF
Complementary color
Monochromatic Colors of #C39DAF
Black with #C39DAF
Text Example
Text Example
White with #C39DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39DAF; }
p { color: rgb(195,157,175); }
H1.HeaderClassName
{
color: #C39DAF;
}
.AnyTagClassName
{
color: #C39DAF;
}
</style>
background-color css
<style>
a { background-color: #C39DAF; }
a { background-color: rgb(195,157,175); }
div.DivClassName
{
background-color: #C39DAF;
}
.BgClassName
{
background-color: #C39DAF;
}
</style>
border-color css
<style>
span { border-color: #C39DAF; }
span { border-color: rgb(195,157,175); }
td.TdClassName
{
border-color: #C39DAF;
}
.TagClassName
{
border-color: #C39DAF;
}
</style>