#C384AE

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

Shades of Lily #C384AE

Tints of Lily #C384AE

Color information

#C384AE (or 0xC384AE) is unknown color: approx Lily. HEX triplet: C3, 84 and AE. RGB value is (195,132,174). Sum of RGB (Red+Green+Blue) = 195+132+174=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C384AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C384AE is #3C7B51. Grayscale: #9B9B9B. Windows color (decimal): -3963730 or 11437251. OLE color: 11437251.

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

Color convert

RGB195132174-
CMYK00.320.110.24
HSL320º34.43%64.12%-
HSV(B)320º32.31%76.47%-
XYZ38.431.1644.04-
YUV155.62138.37156.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.92%
GREEN value IS 132 (51.95% from 255) = 26.35%
BLUE value IS 174 (68.36% from 255) = 34.73%
R=38.92%
G=26.35%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513217400.320.110.2432034.4364.12
HexC384AE020B181402240
Octal303204256040133050042100
Binary11000011100001001010111001000001011110001010000001000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C384AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C384AE; }

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

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

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

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

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

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

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

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