Shades of Lily #C39ABB
Tints of Lily #C39ABB
RGB
CMYK
RGB Variations
Color information
#C39ABB (or 0xC39ABB) is known color: Lily. HEX triplet: C3, 9A and BB. RGB value is (195,154,187). Sum of RGB (Red+Green+Blue) = 195+154+187=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 154 (60.55% from 255 or 28.73% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 195 - color contains mainly: red. Hex color #C39ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C39ABB is #3C6544. Grayscale: #A9A9A9. Windows color (decimal): -3958085 or 12294851. OLE color: 12294851.
HSL color Cylindrical-coordinate representation of color #C39ABB: hue angle of 311.71º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C39ABB is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 154 | 187 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.24 |
| HSL | 311.71º | 0.25% | 0.68% | - |
| HSV(B) | 311.71º | 0.21% | 0.76% | - |
| XYZ | 43.03 | 38.3 | 52.14 | - |
| YUV | 170.02 | 137.58 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 154 | 187 | 0 | 0.21 | 0.04 | 0.24 | 311.71 | 0.25 | 0.68 |
| Hex | C3 | 9A | BB | 0 | 15 | 4 | 18 | 138 | 19 | 44 |
| Octal | 303 | 232 | 273 | 0 | 25 | 4 | 30 | 470 | 31 | 104 |
| Binary | 11000011 | 10011010 | 10111011 | 0 | 10101 | 100 | 11000 | 100111000 | 11001 | 1000100 |
Color Harmonies of #C39ABB
Complementary color
Monochromatic Colors of #C39ABB
Black with #C39ABB
Text Example
Text Example
White with #C39ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39ABB; }
p { color: rgb(195,154,187); }
H1.HeaderClassName
{
color: #C39ABB;
}
.AnyTagClassName
{
color: #C39ABB;
}
</style>
background-color css
<style>
a { background-color: #C39ABB; }
a { background-color: rgb(195,154,187); }
div.DivClassName
{
background-color: #C39ABB;
}
.BgClassName
{
background-color: #C39ABB;
}
</style>
border-color css
<style>
span { border-color: #C39ABB; }
span { border-color: rgb(195,154,187); }
td.TdClassName
{
border-color: #C39ABB;
}
.TagClassName
{
border-color: #C39ABB;
}
</style>