Shades of Lily #C39FB0
Tints of Lily #C39FB0
RGB
CMYK
RGB Variations
Color information
#C39FB0 (or 0xC39FB0) is known color: Lily. HEX triplet: C3, 9F and B0. RGB value is (195,159,176). Sum of RGB (Red+Green+Blue) = 195+159+176=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 195 - color contains mainly: red. Hex color #C39FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39FB0 is #3C604F. Grayscale: #ABABAB. Windows color (decimal): -3956816 or 11575235. OLE color: 11575235.
HSL color Cylindrical-coordinate representation of color #C39FB0: hue angle of 331.67º 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 #C39FB0 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 159 | 176 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.24 |
| HSL | 331.67º | 0.23% | 0.69% | - |
| HSV(B) | 331.67º | 0.18% | 0.76% | - |
| XYZ | 42.74 | 39.53 | 46.45 | - |
| YUV | 171.7 | 130.43 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 159 | 176 | 0 | 0.18 | 0.10 | 0.24 | 331.67 | 0.23 | 0.69 |
| Hex | C3 | 9F | B0 | 0 | 12 | A | 18 | 14C | 17 | 45 |
| Octal | 303 | 237 | 260 | 0 | 22 | 12 | 30 | 514 | 27 | 105 |
| Binary | 11000011 | 10011111 | 10110000 | 0 | 10010 | 1010 | 11000 | 101001100 | 10111 | 1000101 |
Color Harmonies of #C39FB0
Complementary color
Monochromatic Colors of #C39FB0
Black with #C39FB0
Text Example
Text Example
White with #C39FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39FB0; }
p { color: rgb(195,159,176); }
H1.HeaderClassName
{
color: #C39FB0;
}
.AnyTagClassName
{
color: #C39FB0;
}
</style>
background-color css
<style>
a { background-color: #C39FB0; }
a { background-color: rgb(195,159,176); }
div.DivClassName
{
background-color: #C39FB0;
}
.BgClassName
{
background-color: #C39FB0;
}
</style>
border-color css
<style>
span { border-color: #C39FB0; }
span { border-color: rgb(195,159,176); }
td.TdClassName
{
border-color: #C39FB0;
}
.TagClassName
{
border-color: #C39FB0;
}
</style>