Shades of Lily #C384AB
Tints of Lily #C384AB
RGB
CMYK
RGB Variations
Color information
#C384AB (or 0xC384AB) is known color: Lily. HEX triplet: C3, 84 and AB. RGB value is (195,132,171). Sum of RGB (Red+Green+Blue) = 195+132+171=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 195 - color contains mainly: red. Hex color #C384AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C384AB is #3C7B54. Grayscale: #9B9B9B. Windows color (decimal): -3963733 or 11240643. OLE color: 11240643.
HSL color Cylindrical-coordinate representation of color #C384AB: hue angle of 322.86º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C384AB is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 132 | 171 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.24 |
| HSL | 322.86º | 0.34% | 0.64% | - |
| HSV(B) | 322.86º | 0.32% | 0.76% | - |
| XYZ | 38.11 | 31.04 | 42.51 | - |
| YUV | 155.28 | 136.87 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 132 | 171 | 0 | 0.32 | 0.12 | 0.24 | 322.86 | 0.34 | 0.64 |
| Hex | C3 | 84 | AB | 0 | 20 | C | 18 | 143 | 22 | 40 |
| Octal | 303 | 204 | 253 | 0 | 40 | 14 | 30 | 503 | 42 | 100 |
| Binary | 11000011 | 10000100 | 10101011 | 0 | 100000 | 1100 | 11000 | 101000011 | 100010 | 1000000 |
Color Harmonies of #C384AB
Complementary color
Monochromatic Colors of #C384AB
Black with #C384AB
Text Example
Text Example
White with #C384AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C384AB; }
p { color: rgb(195,132,171); }
H1.HeaderClassName
{
color: #C384AB;
}
.AnyTagClassName
{
color: #C384AB;
}
</style>
background-color css
<style>
a { background-color: #C384AB; }
a { background-color: rgb(195,132,171); }
div.DivClassName
{
background-color: #C384AB;
}
.BgClassName
{
background-color: #C384AB;
}
</style>
border-color css
<style>
span { border-color: #C384AB; }
span { border-color: rgb(195,132,171); }
td.TdClassName
{
border-color: #C384AB;
}
.TagClassName
{
border-color: #C384AB;
}
</style>