#C382AC

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

Shades of Lily #C382AC

Tints of Lily #C382AC

Color information

#C382AC (or 0xC382AC) is unknown color: approx Lily. HEX triplet: C3, 82 and AC. RGB value is (195,130,172). Sum of RGB (Red+Green+Blue) = 195+130+172=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 195 - color contains mainly: red. Hex color #C382AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C382AC is #3C7D53. Grayscale: #9A9A9A. Windows color (decimal): -3964244 or 11305667. OLE color: 11305667.

HSL color Cylindrical-coordinate representation of color #C382AC: hue angle of 321.23º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C382AC is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB195130172-
CMYK00.330.120.24
HSL321.23º35.14%63.73%-
HSV(B)321.23º33.33%76.47%-
XYZ37.9330.5542.93-
YUV154.22138.03157.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.24%
GREEN value IS 130 (51.17% from 255) = 26.16%
BLUE value IS 172 (67.58% from 255) = 34.61%
R=39.24%
G=26.16%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513017200.330.120.24321.2335.1463.73
HexC382AC021C181412340
Octal303202254041143050143100
Binary11000011100000101010110001000011100110001010000011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C382AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C382AC; }

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

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

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

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

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

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

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

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