Shades of Lily #C39FAF
Tints of Lily #C39FAF
RGB
CMYK
RGB Variations
Color information
#C39FAF (or 0xC39FAF) is known color: Lily. HEX triplet: C3, 9F and AF. RGB value is (195,159,175). Sum of RGB (Red+Green+Blue) = 195+159+175=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 195 - color contains mainly: red. Hex color #C39FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39FAF is #3C6050. Grayscale: #ABABAB. Windows color (decimal): -3956817 or 11509699. OLE color: 11509699.
HSL color Cylindrical-coordinate representation of color #C39FAF: hue angle of 333.33º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C39FAF is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 159 | 175 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.24 |
| HSL | 333.33º | 0.23% | 0.69% | - |
| HSV(B) | 333.33º | 0.18% | 0.76% | - |
| XYZ | 42.64 | 39.49 | 45.93 | - |
| YUV | 171.59 | 129.93 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 159 | 175 | 0 | 0.18 | 0.10 | 0.24 | 333.33 | 0.23 | 0.69 |
| Hex | C3 | 9F | AF | 0 | 12 | A | 18 | 14D | 17 | 45 |
| Octal | 303 | 237 | 257 | 0 | 22 | 12 | 30 | 515 | 27 | 105 |
| Binary | 11000011 | 10011111 | 10101111 | 0 | 10010 | 1010 | 11000 | 101001101 | 10111 | 1000101 |
Color Harmonies of #C39FAF
Complementary color
Monochromatic Colors of #C39FAF
Black with #C39FAF
Text Example
Text Example
White with #C39FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39FAF; }
p { color: rgb(195,159,175); }
H1.HeaderClassName
{
color: #C39FAF;
}
.AnyTagClassName
{
color: #C39FAF;
}
</style>
background-color css
<style>
a { background-color: #C39FAF; }
a { background-color: rgb(195,159,175); }
div.DivClassName
{
background-color: #C39FAF;
}
.BgClassName
{
background-color: #C39FAF;
}
</style>
border-color css
<style>
span { border-color: #C39FAF; }
span { border-color: rgb(195,159,175); }
td.TdClassName
{
border-color: #C39FAF;
}
.TagClassName
{
border-color: #C39FAF;
}
</style>