Shades of Lily #C39BAC
Tints of Lily #C39BAC
RGB
CMYK
RGB Variations
Color information
#C39BAC (or 0xC39BAC) is known color: Lily. HEX triplet: C3, 9B and AC. RGB value is (195,155,172). Sum of RGB (Red+Green+Blue) = 195+155+172=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 195 - color contains mainly: red. Hex color #C39BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39BAC is #3C6453. Grayscale: #A8A8A8. Windows color (decimal): -3957844 or 11312067. OLE color: 11312067.
HSL color Cylindrical-coordinate representation of color #C39BAC: hue angle of 334.5º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C39BAC is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 155 | 172 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.24 |
| HSL | 334.5º | 0.25% | 0.69% | - |
| HSV(B) | 334.5º | 0.21% | 0.76% | - |
| XYZ | 41.67 | 38.02 | 44.17 | - |
| YUV | 168.9 | 129.75 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 155 | 172 | 0 | 0.21 | 0.12 | 0.24 | 334.5 | 0.25 | 0.69 |
| Hex | C3 | 9B | AC | 0 | 15 | C | 18 | 14E | 19 | 45 |
| Octal | 303 | 233 | 254 | 0 | 25 | 14 | 30 | 516 | 31 | 105 |
| Binary | 11000011 | 10011011 | 10101100 | 0 | 10101 | 1100 | 11000 | 101001110 | 11001 | 1000101 |
Color Harmonies of #C39BAC
Complementary color
Monochromatic Colors of #C39BAC
Black with #C39BAC
Text Example
Text Example
White with #C39BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39BAC; }
p { color: rgb(195,155,172); }
H1.HeaderClassName
{
color: #C39BAC;
}
.AnyTagClassName
{
color: #C39BAC;
}
</style>
background-color css
<style>
a { background-color: #C39BAC; }
a { background-color: rgb(195,155,172); }
div.DivClassName
{
background-color: #C39BAC;
}
.BgClassName
{
background-color: #C39BAC;
}
</style>
border-color css
<style>
span { border-color: #C39BAC; }
span { border-color: rgb(195,155,172); }
td.TdClassName
{
border-color: #C39BAC;
}
.TagClassName
{
border-color: #C39BAC;
}
</style>