Shades of Lily #C385AC
Tints of Lily #C385AC
RGB
CMYK
RGB Variations
Color information
#C385AC (or 0xC385AC) is known color: Lily. HEX triplet: C3, 85 and AC. RGB value is (195,133,172). Sum of RGB (Red+Green+Blue) = 195+133+172=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C385AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C385AC is #3C7A53. Grayscale: #9B9B9B. Windows color (decimal): -3963476 or 11306435. OLE color: 11306435.
HSL color Cylindrical-coordinate representation of color #C385AC: hue angle of 322.26º 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 #C385AC is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 133 | 172 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.24 |
| HSL | 322.26º | 0.34% | 0.64% | - |
| HSV(B) | 322.26º | 0.32% | 0.76% | - |
| XYZ | 38.34 | 31.36 | 43.06 | - |
| YUV | 155.98 | 137.04 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 172 | 0 | 0.32 | 0.12 | 0.24 | 322.26 | 0.34 | 0.64 |
| Hex | C3 | 85 | AC | 0 | 20 | C | 18 | 142 | 22 | 40 |
| Octal | 303 | 205 | 254 | 0 | 40 | 14 | 30 | 502 | 42 | 100 |
| Binary | 11000011 | 10000101 | 10101100 | 0 | 100000 | 1100 | 11000 | 101000010 | 100010 | 1000000 |
Color Harmonies of #C385AC
Complementary color
Monochromatic Colors of #C385AC
Black with #C385AC
Text Example
Text Example
White with #C385AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C385AC; }
p { color: rgb(195,133,172); }
H1.HeaderClassName
{
color: #C385AC;
}
.AnyTagClassName
{
color: #C385AC;
}
</style>
background-color css
<style>
a { background-color: #C385AC; }
a { background-color: rgb(195,133,172); }
div.DivClassName
{
background-color: #C385AC;
}
.BgClassName
{
background-color: #C385AC;
}
</style>
border-color css
<style>
span { border-color: #C385AC; }
span { border-color: rgb(195,133,172); }
td.TdClassName
{
border-color: #C385AC;
}
.TagClassName
{
border-color: #C385AC;
}
</style>