Shades of Lily #C39BAD
Tints of Lily #C39BAD
RGB
CMYK
RGB Variations
Color information
#C39BAD (or 0xC39BAD) is known color: Lily. HEX triplet: C3, 9B and AD. RGB value is (195,155,173). Sum of RGB (Red+Green+Blue) = 195+155+173=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 195 - color contains mainly: red. Hex color #C39BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39BAD is #3C6452. Grayscale: #A8A8A8. Windows color (decimal): -3957843 or 11377603. OLE color: 11377603.
HSL color Cylindrical-coordinate representation of color #C39BAD: hue angle of 333º 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 #C39BAD is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 155 | 173 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.24 |
| HSL | 333º | 0.25% | 0.69% | - |
| HSV(B) | 333º | 0.21% | 0.76% | - |
| XYZ | 41.77 | 38.06 | 44.68 | - |
| YUV | 169.01 | 130.25 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 155 | 173 | 0 | 0.21 | 0.11 | 0.24 | 333 | 0.25 | 0.69 |
| Hex | C3 | 9B | AD | 0 | 15 | B | 18 | 14D | 19 | 45 |
| Octal | 303 | 233 | 255 | 0 | 25 | 13 | 30 | 515 | 31 | 105 |
| Binary | 11000011 | 10011011 | 10101101 | 0 | 10101 | 1011 | 11000 | 101001101 | 11001 | 1000101 |
Color Harmonies of #C39BAD
Complementary color
Monochromatic Colors of #C39BAD
Black with #C39BAD
Text Example
Text Example
White with #C39BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39BAD; }
p { color: rgb(195,155,173); }
H1.HeaderClassName
{
color: #C39BAD;
}
.AnyTagClassName
{
color: #C39BAD;
}
</style>
background-color css
<style>
a { background-color: #C39BAD; }
a { background-color: rgb(195,155,173); }
div.DivClassName
{
background-color: #C39BAD;
}
.BgClassName
{
background-color: #C39BAD;
}
</style>
border-color css
<style>
span { border-color: #C39BAD; }
span { border-color: rgb(195,155,173); }
td.TdClassName
{
border-color: #C39BAD;
}
.TagClassName
{
border-color: #C39BAD;
}
</style>