#C284AC

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

Shades of Lily #C284AC

Tints of Lily #C284AC

Color information

#C284AC (or 0xC284AC) is unknown color: approx Lily. HEX triplet: C2, 84 and AC. RGB value is (194,132,172). Sum of RGB (Red+Green+Blue) = 194+132+172=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C284AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C284AC is #3D7B53. Grayscale: #9B9B9B. Windows color (decimal): -4029268 or 11306178. OLE color: 11306178.

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

Color convert

RGB194132172-
CMYK00.320.110.24
HSL321.29º33.7%63.92%-
HSV(B)321.29º31.96%76.08%-
XYZ37.9530.9543-
YUV155.1137.54155.75-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.96%
GREEN value IS 132 (51.95% from 255) = 26.51%
BLUE value IS 172 (67.58% from 255) = 34.54%
R=38.96%
G=26.51%
B=34.54%

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
Decimal19413217200.320.110.24321.2933.763.92
HexC284AC020B181412240
Octal302204254040133050142100
Binary11000010100001001010110001000001011110001010000011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C284AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C284AC; }

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

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

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

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

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

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

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

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