#C384AD

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

Shades of Lily #C384AD

Tints of Lily #C384AD

Color information

#C384AD (or 0xC384AD) is unknown color: approx Lily. HEX triplet: C3, 84 and AD. RGB value is (195,132,173). Sum of RGB (Red+Green+Blue) = 195+132+173=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C384AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C384AD is #3C7B52. Grayscale: #9B9B9B. Windows color (decimal): -3963731 or 11371715. OLE color: 11371715.

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

Color convert

RGB195132173-
CMYK00.320.110.24
HSL320.95º34.43%64.12%-
HSV(B)320.95º32.31%76.47%-
XYZ38.331.1243.52-
YUV155.51137.87156.17-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39%
GREEN value IS 132 (51.95% from 255) = 26.4%
BLUE value IS 173 (67.97% from 255) = 34.6%
R=39%
G=26.4%
B=34.6%

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
Decimal19513217300.320.110.24320.9534.4364.12
HexC384AD020B181412240
Octal303204255040133050142100
Binary11000011100001001010110101000001011110001010000011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C384AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C384AD; }

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

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

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

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

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

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

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

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