Shades of Lily #C39AB2
Tints of Lily #C39AB2
RGB
CMYK
RGB Variations
Color information
#C39AB2 (or 0xC39AB2) is known color: Lily. HEX triplet: C3, 9A and B2. RGB value is (195,154,178). Sum of RGB (Red+Green+Blue) = 195+154+178=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 178 (69.92% from 255 or 33.78% from 527); Max value from RGB is 195 - color contains mainly: red. Hex color #C39AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39AB2 is #3C654D. Grayscale: #A8A8A8. Windows color (decimal): -3958094 or 11705027. OLE color: 11705027.
HSL color Cylindrical-coordinate representation of color #C39AB2: hue angle of 324.88º 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 #C39AB2 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 154 | 178 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.24 |
| HSL | 324.88º | 0.25% | 0.68% | - |
| HSV(B) | 324.88º | 0.21% | 0.76% | - |
| XYZ | 42.1 | 37.93 | 47.22 | - |
| YUV | 169 | 133.08 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 154 | 178 | 0 | 0.21 | 0.09 | 0.24 | 324.88 | 0.25 | 0.68 |
| Hex | C3 | 9A | B2 | 0 | 15 | 9 | 18 | 145 | 19 | 44 |
| Octal | 303 | 232 | 262 | 0 | 25 | 11 | 30 | 505 | 31 | 104 |
| Binary | 11000011 | 10011010 | 10110010 | 0 | 10101 | 1001 | 11000 | 101000101 | 11001 | 1000100 |
Color Harmonies of #C39AB2
Complementary color
Monochromatic Colors of #C39AB2
Black with #C39AB2
Text Example
Text Example
White with #C39AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39AB2; }
p { color: rgb(195,154,178); }
H1.HeaderClassName
{
color: #C39AB2;
}
.AnyTagClassName
{
color: #C39AB2;
}
</style>
background-color css
<style>
a { background-color: #C39AB2; }
a { background-color: rgb(195,154,178); }
div.DivClassName
{
background-color: #C39AB2;
}
.BgClassName
{
background-color: #C39AB2;
}
</style>
border-color css
<style>
span { border-color: #C39AB2; }
span { border-color: rgb(195,154,178); }
td.TdClassName
{
border-color: #C39AB2;
}
.TagClassName
{
border-color: #C39AB2;
}
</style>