#C686AF

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

Shades of Lily #C686AF

Tints of Lily #C686AF

Color information

#C686AF (or 0xC686AF) is unknown color: approx Lily. HEX triplet: C6, 86 and AF. RGB value is (198,134,175). Sum of RGB (Red+Green+Blue) = 198+134+175=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 134 (52.73% from 255 or 26.43% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 198 - color contains mainly: red. Hex color #C686AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C686AF is #397950. Grayscale: #9D9D9D. Windows color (decimal): -3766609 or 11503302. OLE color: 11503302.

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

Color convert

RGB198134175-
CMYK00.320.120.22
HSL321.56º35.96%65.1%-
HSV(B)321.56º32.32%77.65%-
XYZ39.5532.1544.68-
YUV157.81137.7156.67-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.05%
GREEN value IS 134 (52.73% from 255) = 26.43%
BLUE value IS 175 (68.75% from 255) = 34.52%
R=39.05%
G=26.43%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813417500.320.120.22321.5635.9665.1
HexC686AF020C161422441
Octal306206257040142650244101
Binary11000110100001101010111101000001100101101010000101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C686AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C686AF; }

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

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

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

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

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

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

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

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