#C986AF

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

Shades of Lily #C986AF

Tints of Lily #C986AF

Color information

#C986AF (or 0xC986AF) is unknown color: approx Lily. HEX triplet: C9, 86 and AF. RGB value is (201,134,175). Sum of RGB (Red+Green+Blue) = 201+134+175=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 134 (52.73% from 255 or 26.27% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 201 - color contains mainly: red. Hex color #C986AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C986AF is #367950. Grayscale: #9E9E9E. Windows color (decimal): -3570001 or 11503305. OLE color: 11503305.

HSL color Cylindrical-coordinate representation of color #C986AF: hue angle of 323.28º 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 #C986AF is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB201134175-
CMYK00.330.130.21
HSL323.28º38.29%65.69%-
HSV(B)323.28º33.33%78.82%-
XYZ40.3532.5644.72-
YUV158.71137.2158.17-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.41%
GREEN value IS 134 (52.73% from 255) = 26.27%
BLUE value IS 175 (68.75% from 255) = 34.31%
R=39.41%
G=26.27%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113417500.330.130.21323.2838.2965.69
HexC986AF021D151432642
Octal311206257041152550346102
Binary11001001100001101010111101000011101101011010000111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C986AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C986AF; }

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

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

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

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

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

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

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

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