Shades of Lily #C390AC
Tints of Lily #C390AC
RGB
CMYK
RGB Variations
Color information
#C390AC (or 0xC390AC) is known color: Lily. HEX triplet: C3, 90 and AC. RGB value is (195,144,172). Sum of RGB (Red+Green+Blue) = 195+144+172=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 195 - color contains mainly: red. Hex color #C390AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C390AC is #3C6F53. Grayscale: #A2A2A2. Windows color (decimal): -3960660 or 11309251. OLE color: 11309251.
HSL color Cylindrical-coordinate representation of color #C390AC: hue angle of 327.06º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C390AC is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 144 | 172 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.24 |
| HSL | 327.06º | 0.3% | 0.66% | - |
| HSV(B) | 327.06º | 0.26% | 0.76% | - |
| XYZ | 39.93 | 34.53 | 43.59 | - |
| YUV | 162.44 | 133.4 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 144 | 172 | 0 | 0.26 | 0.12 | 0.24 | 327.06 | 0.3 | 0.66 |
| Hex | C3 | 90 | AC | 0 | 1A | C | 18 | 147 | 1E | 42 |
| Octal | 303 | 220 | 254 | 0 | 32 | 14 | 30 | 507 | 36 | 102 |
| Binary | 11000011 | 10010000 | 10101100 | 0 | 11010 | 1100 | 11000 | 101000111 | 11110 | 1000010 |
Color Harmonies of #C390AC
Complementary color
Monochromatic Colors of #C390AC
Black with #C390AC
Text Example
Text Example
White with #C390AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C390AC; }
p { color: rgb(195,144,172); }
H1.HeaderClassName
{
color: #C390AC;
}
.AnyTagClassName
{
color: #C390AC;
}
</style>
background-color css
<style>
a { background-color: #C390AC; }
a { background-color: rgb(195,144,172); }
div.DivClassName
{
background-color: #C390AC;
}
.BgClassName
{
background-color: #C390AC;
}
</style>
border-color css
<style>
span { border-color: #C390AC; }
span { border-color: rgb(195,144,172); }
td.TdClassName
{
border-color: #C390AC;
}
.TagClassName
{
border-color: #C390AC;
}
</style>