#C986BB

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

Shades of Lily #C986BB

Tints of Lily #C986BB

Color information

#C986BB (or 0xC986BB) is unknown color: approx Lily. HEX triplet: C9, 86 and BB. RGB value is (201,134,187). Sum of RGB (Red+Green+Blue) = 201+134+187=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 134 (52.73% from 255 or 25.67% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 201 - color contains mainly: red. Hex color #C986BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C986BB is #367944. Grayscale: #9F9F9F. Windows color (decimal): -3569989 or 12289737. OLE color: 12289737.

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

Color convert

RGB201134187-
CMYK00.330.070.21
HSL312.54º38.29%65.69%-
HSV(B)312.54º33.33%78.82%-
XYZ41.5833.0651.2-
YUV160.08143.2157.19-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.51%
GREEN value IS 134 (52.73% from 255) = 25.67%
BLUE value IS 187 (73.44% from 255) = 35.82%
R=38.51%
G=25.67%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113418700.330.070.21312.5438.2965.69
HexC986BB0217151392642
Octal31120627304172547146102
Binary1100100110000110101110110100001111101011001110011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C986BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C986BB; }

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

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

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

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

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

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

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

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