#C697AB

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

Shades of Lily #C697AB

Tints of Lily #C697AB

Color information

#C697AB (or 0xC697AB) is unknown color: approx Lily. HEX triplet: C6, 97 and AB. RGB value is (198,151,171). Sum of RGB (Red+Green+Blue) = 198+151+171=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 198 - color contains mainly: red. Hex color #C697AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C697AB is #396854. Grayscale: #A7A7A7. Windows color (decimal): -3762261 or 11245510. OLE color: 11245510.

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

Color convert

RGB198151171-
CMYK00.240.140.22
HSL334.47º29.19%68.43%-
HSV(B)334.47º23.74%77.65%-
XYZ41.7137.0843.49-
YUV167.33130.07149.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.08%
GREEN value IS 151 (59.38% from 255) = 29.04%
BLUE value IS 171 (67.19% from 255) = 32.88%
R=38.08%
G=29.04%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815117100.240.140.22334.4729.1968.43
HexC697AB018E1614e1d44
Octal306227253030162651635104
Binary110001101001011110101011011000111010110101001110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C697AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C697AB; }

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

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

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

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

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

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

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

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