Shades of Lily #C39BAF
Tints of Lily #C39BAF
RGB
CMYK
RGB Variations
Color information
#C39BAF (or 0xC39BAF) is known color: Lily. HEX triplet: C3, 9B and AF. RGB value is (195,155,175). Sum of RGB (Red+Green+Blue) = 195+155+175=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 195 - color contains mainly: red. Hex color #C39BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39BAF is #3C6450. Grayscale: #A9A9A9. Windows color (decimal): -3957841 or 11508675. OLE color: 11508675.
HSL color Cylindrical-coordinate representation of color #C39BAF: hue angle of 330º 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 #C39BAF is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 155 | 175 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.24 |
| HSL | 330º | 0.25% | 0.69% | - |
| HSV(B) | 330º | 0.21% | 0.76% | - |
| XYZ | 41.96 | 38.14 | 45.71 | - |
| YUV | 169.24 | 131.25 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 155 | 175 | 0 | 0.21 | 0.10 | 0.24 | 330 | 0.25 | 0.69 |
| Hex | C3 | 9B | AF | 0 | 15 | A | 18 | 14A | 19 | 45 |
| Octal | 303 | 233 | 257 | 0 | 25 | 12 | 30 | 512 | 31 | 105 |
| Binary | 11000011 | 10011011 | 10101111 | 0 | 10101 | 1010 | 11000 | 101001010 | 11001 | 1000101 |
Color Harmonies of #C39BAF
Complementary color
Monochromatic Colors of #C39BAF
Black with #C39BAF
Text Example
Text Example
White with #C39BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39BAF; }
p { color: rgb(195,155,175); }
H1.HeaderClassName
{
color: #C39BAF;
}
.AnyTagClassName
{
color: #C39BAF;
}
</style>
background-color css
<style>
a { background-color: #C39BAF; }
a { background-color: rgb(195,155,175); }
div.DivClassName
{
background-color: #C39BAF;
}
.BgClassName
{
background-color: #C39BAF;
}
</style>
border-color css
<style>
span { border-color: #C39BAF; }
span { border-color: rgb(195,155,175); }
td.TdClassName
{
border-color: #C39BAF;
}
.TagClassName
{
border-color: #C39BAF;
}
</style>