Shades of Lily #C386AC
Tints of Lily #C386AC
RGB
CMYK
RGB Variations
Color information
#C386AC (or 0xC386AC) is known color: Lily. HEX triplet: C3, 86 and AC. RGB value is (195,134,172). Sum of RGB (Red+Green+Blue) = 195+134+172=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 134 (52.73% from 255 or 26.75% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C386AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C386AC is #3C7953. Grayscale: #9C9C9C. Windows color (decimal): -3963220 or 11306691. OLE color: 11306691.
HSL color Cylindrical-coordinate representation of color #C386AC: hue angle of 322.62º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C386AC is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 134 | 172 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.24 |
| HSL | 322.62º | 0.34% | 0.65% | - |
| HSV(B) | 322.62º | 0.31% | 0.76% | - |
| XYZ | 38.48 | 31.63 | 43.11 | - |
| YUV | 156.57 | 136.71 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 172 | 0 | 0.31 | 0.12 | 0.24 | 322.62 | 0.34 | 0.65 |
| Hex | C3 | 86 | AC | 0 | 1F | C | 18 | 143 | 22 | 41 |
| Octal | 303 | 206 | 254 | 0 | 37 | 14 | 30 | 503 | 42 | 101 |
| Binary | 11000011 | 10000110 | 10101100 | 0 | 11111 | 1100 | 11000 | 101000011 | 100010 | 1000001 |
Color Harmonies of #C386AC
Complementary color
Monochromatic Colors of #C386AC
Black with #C386AC
Text Example
Text Example
White with #C386AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C386AC; }
p { color: rgb(195,134,172); }
H1.HeaderClassName
{
color: #C386AC;
}
.AnyTagClassName
{
color: #C386AC;
}
</style>
background-color css
<style>
a { background-color: #C386AC; }
a { background-color: rgb(195,134,172); }
div.DivClassName
{
background-color: #C386AC;
}
.BgClassName
{
background-color: #C386AC;
}
</style>
border-color css
<style>
span { border-color: #C386AC; }
span { border-color: rgb(195,134,172); }
td.TdClassName
{
border-color: #C386AC;
}
.TagClassName
{
border-color: #C386AC;
}
</style>