Shades of Lily #C385A9
Tints of Lily #C385A9
RGB
CMYK
RGB Variations
Color information
#C385A9 (or 0xC385A9) is known color: Lily. HEX triplet: C3, 85 and A9. RGB value is (195,133,169). Sum of RGB (Red+Green+Blue) = 195+133+169=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 169 (66.41% from 255 or 34.00% from 497); Max value from RGB is 195 - color contains mainly: red. Hex color #C385A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C385A9 is #3C7A56. Grayscale: #9B9B9B. Windows color (decimal): -3963479 or 11109827. OLE color: 11109827.
HSL color Cylindrical-coordinate representation of color #C385A9: hue angle of 325.16º 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 #C385A9 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 133 | 169 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.24 |
| HSL | 325.16º | 0.34% | 0.64% | - |
| HSV(B) | 325.16º | 0.32% | 0.76% | - |
| XYZ | 38.05 | 31.24 | 41.56 | - |
| YUV | 155.64 | 135.54 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 169 | 0 | 0.32 | 0.13 | 0.24 | 325.16 | 0.34 | 0.64 |
| Hex | C3 | 85 | A9 | 0 | 20 | D | 18 | 145 | 22 | 40 |
| Octal | 303 | 205 | 251 | 0 | 40 | 15 | 30 | 505 | 42 | 100 |
| Binary | 11000011 | 10000101 | 10101001 | 0 | 100000 | 1101 | 11000 | 101000101 | 100010 | 1000000 |
Color Harmonies of #C385A9
Complementary color
Monochromatic Colors of #C385A9
Black with #C385A9
Text Example
Text Example
White with #C385A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C385A9; }
p { color: rgb(195,133,169); }
H1.HeaderClassName
{
color: #C385A9;
}
.AnyTagClassName
{
color: #C385A9;
}
</style>
background-color css
<style>
a { background-color: #C385A9; }
a { background-color: rgb(195,133,169); }
div.DivClassName
{
background-color: #C385A9;
}
.BgClassName
{
background-color: #C385A9;
}
</style>
border-color css
<style>
span { border-color: #C385A9; }
span { border-color: rgb(195,133,169); }
td.TdClassName
{
border-color: #C385A9;
}
.TagClassName
{
border-color: #C385A9;
}
</style>