#C88AAC

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

Shades of Lily #C88AAC

Tints of Lily #C88AAC

Color information

#C88AAC (or 0xC88AAC) is unknown color: approx Lily. HEX triplet: C8, 8A and AC. RGB value is (200,138,172). Sum of RGB (Red+Green+Blue) = 200+138+172=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 200 - color contains mainly: red. Hex color #C88AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88AAC is #377553. Grayscale: #A0A0A0. Windows color (decimal): -3634516 or 11307720. OLE color: 11307720.

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

Color convert

RGB200138172-
CMYK00.310.140.22
HSL327.1º36.05%66.27%-
HSV(B)327.1º31%78.43%-
XYZ40.3533.4343.36-
YUV160.41134.54156.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.22%
GREEN value IS 138 (54.30% from 255) = 27.06%
BLUE value IS 172 (67.58% from 255) = 33.73%
R=39.22%
G=27.06%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013817200.310.140.22327.136.0566.27
HexC88AAC01FE161472442
Octal310212254037162650744102
Binary1100100010001010101011000111111110101101010001111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88AAC; }

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

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

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

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

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

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

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

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