#C686AB

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

Shades of Lily #C686AB

Tints of Lily #C686AB

Color information

#C686AB (or 0xC686AB) is unknown color: approx Lily. HEX triplet: C6, 86 and AB. RGB value is (198,134,171). Sum of RGB (Red+Green+Blue) = 198+134+171=503 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.36% from 503); Green value is 134 (52.73% from 255 or 26.64% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 198 - color contains mainly: red. Hex color #C686AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C686AB is #397954. Grayscale: #9D9D9D. Windows color (decimal): -3766613 or 11241158. OLE color: 11241158.

HSL color Cylindrical-coordinate representation of color #C686AB: hue angle of 325.31º 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 #C686AB is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB198134171-
CMYK00.320.140.22
HSL325.31º35.96%65.1%-
HSV(B)325.31º32.32%77.65%-
XYZ39.163242.64-
YUV157.35135.7156.99-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.36%
GREEN value IS 134 (52.73% from 255) = 26.64%
BLUE value IS 171 (67.19% from 255) = 34.00%
R=39.36%
G=26.64%
B=34.00%

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
Decimal19813417100.320.140.22325.3135.9665.1
HexC686AB020E161452441
Octal306206253040162650544101
Binary11000110100001101010101101000001110101101010001011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C686AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C686AB; }

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

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

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

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

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

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

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

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