#C686AA

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

Shades of Lily #C686AA

Tints of Lily #C686AA

Color information

#C686AA (or 0xC686AA) is unknown color: approx Lily. HEX triplet: C6, 86 and AA. RGB value is (198,134,170). Sum of RGB (Red+Green+Blue) = 198+134+170=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 134 (52.73% from 255 or 26.69% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 198 - color contains mainly: red. Hex color #C686AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C686AA is #397955. Grayscale: #9D9D9D. Windows color (decimal): -3766614 or 11175622. OLE color: 11175622.

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

Color convert

RGB198134170-
CMYK00.320.140.22
HSL326.25º35.96%65.1%-
HSV(B)326.25º32.32%77.65%-
XYZ39.0731.9642.14-
YUV157.24135.2157.07-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.44%
GREEN value IS 134 (52.73% from 255) = 26.69%
BLUE value IS 170 (66.80% from 255) = 33.86%
R=39.44%
G=26.69%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813417000.320.140.22326.2535.9665.1
HexC686AA020E161462441
Octal306206252040162650644101
Binary11000110100001101010101001000001110101101010001101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C686AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C686AA; }

 p { color: rgb(198,134,170); }

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

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

 a { background-color: rgb(198,134,170); }

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

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

 span { border-color: rgb(198,134,170); }

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