#C386AE

Color #C386AE Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #C386AE

Tints of Lily #C386AE

Color information

#C386AE (or 0xC386AE) is unknown color: approx Lily. HEX triplet: C3, 86 and AE. RGB value is (195,134,174). Sum of RGB (Red+Green+Blue) = 195+134+174=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 134 (52.73% from 255 or 26.64% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 195 - color contains mainly: red. Hex color #C386AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C386AE is #3C7951. Grayscale: #9C9C9C. Windows color (decimal): -3963218 or 11437763. OLE color: 11437763.

HSL color Cylindrical-coordinate representation of color #C386AE: hue angle of 320.66º 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 #C386AE is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB195134174-
CMYK00.310.110.24
HSL320.66º33.7%64.51%-
HSV(B)320.66º31.28%76.47%-
XYZ38.6731.7144.13-
YUV156.8137.71155.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 38.77%
GREEN value IS 134 (52.73% from 255) = 26.64%
BLUE value IS 174 (68.36% from 255) = 34.59%
R=38.77%
G=26.64%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513417400.310.110.24320.6633.764.51
HexC386AE01FB181412241
Octal303206256037133050142101
Binary1100001110000110101011100111111011110001010000011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C386AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C386AE; }

 p { color: rgb(195,134,174); }

 H1.HeaderClassName
 {
   color: #C386AE;
 }
 .AnyTagClassName
 {
   color: #C386AE;
 }
</style>
background-color css

<style>
 a { background-color: #C386AE; }

 a { background-color: rgb(195,134,174); }

 div.DivClassName
 {
   background-color: #C386AE;
 }
 .BgClassName
 {
   background-color: #C386AE;
 }
</style>
border-color css

<style>
 span { border-color: #C386AE; }

 span { border-color: rgb(195,134,174); }

 td.TdClassName
 {
   border-color: #C386AE;
 }
 .TagClassName
 {
   border-color: #C386AE;
 }
</style>