#C882AC

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

Shades of Lily #C882AC

Tints of Lily #C882AC

Color information

#C882AC (or 0xC882AC) is unknown color: approx Lily. HEX triplet: C8, 82 and AC. RGB value is (200,130,172). Sum of RGB (Red+Green+Blue) = 200+130+172=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 200 - color contains mainly: red. Hex color #C882AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C882AC is #377D53. Grayscale: #9B9B9B. Windows color (decimal): -3636564 or 11305672. OLE color: 11305672.

HSL color Cylindrical-coordinate representation of color #C882AC: hue angle of 324º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C882AC is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB200130172-
CMYK00.350.140.22
HSL324º38.89%64.71%-
HSV(B)324º35%78.43%-
XYZ39.2531.2242.99-
YUV155.72137.19159.58-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.84%
GREEN value IS 130 (51.17% from 255) = 25.90%
BLUE value IS 172 (67.58% from 255) = 34.26%
R=39.84%
G=25.90%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013017200.350.140.2232438.8964.71
HexC882AC023E161442741
Octal310202254043162650447101
Binary11001000100000101010110001000111110101101010001001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C882AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C882AC; }

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

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

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

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

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

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

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

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