#C384AC

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

Shades of Lily #C384AC

Tints of Lily #C384AC

Color information

#C384AC (or 0xC384AC) is unknown color: approx Lily. HEX triplet: C3, 84 and AC. RGB value is (195,132,172). Sum of RGB (Red+Green+Blue) = 195+132+172=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C384AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C384AC is #3C7B53. Grayscale: #9B9B9B. Windows color (decimal): -3963732 or 11306179. OLE color: 11306179.

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

Color convert

RGB195132172-
CMYK00.320.120.24
HSL321.9º34.43%64.12%-
HSV(B)321.9º32.31%76.47%-
XYZ38.231.0843.02-
YUV155.4137.37156.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.08%
GREEN value IS 132 (51.95% from 255) = 26.45%
BLUE value IS 172 (67.58% from 255) = 34.47%
R=39.08%
G=26.45%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513217200.320.120.24321.934.4364.12
HexC384AC020C181422240
Octal303204254040143050242100
Binary11000011100001001010110001000001100110001010000101000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C384AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C384AC; }

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

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

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

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

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

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

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

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