#C986AC

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

Shades of Lily #C986AC

Tints of Lily #C986AC

Color information

#C986AC (or 0xC986AC) is unknown color: approx Lily. HEX triplet: C9, 86 and AC. RGB value is (201,134,172). Sum of RGB (Red+Green+Blue) = 201+134+172=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 134 (52.73% from 255 or 26.43% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 201 - color contains mainly: red. Hex color #C986AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C986AC is #367953. Grayscale: #9E9E9E. Windows color (decimal): -3570004 or 11306697. OLE color: 11306697.

HSL color Cylindrical-coordinate representation of color #C986AC: hue angle of 325.97º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C986AC is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB201134172-
CMYK00.330.140.21
HSL325.97º38.29%65.69%-
HSV(B)325.97º33.33%78.82%-
XYZ40.0632.4543.18-
YUV158.36135.7158.41-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.64%
GREEN value IS 134 (52.73% from 255) = 26.43%
BLUE value IS 172 (67.58% from 255) = 33.93%
R=39.64%
G=26.43%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113417200.330.140.21325.9738.2965.69
HexC986AC021E151462642
Octal311206254041162550646102
Binary11001001100001101010110001000011110101011010001101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C986AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C986AC; }

 p { color: rgb(201,134,172); }

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

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

 a { background-color: rgb(201,134,172); }

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

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

 span { border-color: rgb(201,134,172); }

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