Shades of Lily #C385AE
Tints of Lily #C385AE
RGB
CMYK
RGB Variations
Color information
#C385AE (or 0xC385AE) is known color: Lily. HEX triplet: C3, 85 and AE. RGB value is (195,133,174). Sum of RGB (Red+Green+Blue) = 195+133+174=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 195 - color contains mainly: red. Hex color #C385AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C385AE is #3C7A51. Grayscale: #9C9C9C. Windows color (decimal): -3963474 or 11437507. OLE color: 11437507.
HSL color Cylindrical-coordinate representation of color #C385AE: hue angle of 320.32º 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 #C385AE is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 133 | 174 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.24 |
| HSL | 320.32º | 0.34% | 0.64% | - |
| HSV(B) | 320.32º | 0.32% | 0.76% | - |
| XYZ | 38.53 | 31.43 | 44.08 | - |
| YUV | 156.21 | 138.04 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 174 | 0 | 0.32 | 0.11 | 0.24 | 320.32 | 0.34 | 0.64 |
| Hex | C3 | 85 | AE | 0 | 20 | B | 18 | 140 | 22 | 40 |
| Octal | 303 | 205 | 256 | 0 | 40 | 13 | 30 | 500 | 42 | 100 |
| Binary | 11000011 | 10000101 | 10101110 | 0 | 100000 | 1011 | 11000 | 101000000 | 100010 | 1000000 |
Color Harmonies of #C385AE
Complementary color
Monochromatic Colors of #C385AE
Black with #C385AE
Text Example
Text Example
White with #C385AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C385AE; }
p { color: rgb(195,133,174); }
H1.HeaderClassName
{
color: #C385AE;
}
.AnyTagClassName
{
color: #C385AE;
}
</style>
background-color css
<style>
a { background-color: #C385AE; }
a { background-color: rgb(195,133,174); }
div.DivClassName
{
background-color: #C385AE;
}
.BgClassName
{
background-color: #C385AE;
}
</style>
border-color css
<style>
span { border-color: #C385AE; }
span { border-color: rgb(195,133,174); }
td.TdClassName
{
border-color: #C385AE;
}
.TagClassName
{
border-color: #C385AE;
}
</style>