#C697B7

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

Shades of Lily #C697B7

Tints of Lily #C697B7

Color information

#C697B7 (or 0xC697B7) is unknown color: approx Lily. HEX triplet: C6, 97 and B7. RGB value is (198,151,183). Sum of RGB (Red+Green+Blue) = 198+151+183=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 151 (59.38% from 255 or 28.38% from 532); Blue value is 183 (71.88% from 255 or 34.40% from 532); Max value from RGB is 198 - color contains mainly: red. Hex color #C697B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C697B7 is #396848. Grayscale: #A8A8A8. Windows color (decimal): -3762249 or 12031942. OLE color: 12031942.

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

Color convert

RGB198151183-
CMYK00.240.080.22
HSL319.15º29.19%68.43%-
HSV(B)319.15º23.74%77.65%-
XYZ42.937.5649.79-
YUV168.7136.07148.9-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.22%
GREEN value IS 151 (59.38% from 255) = 28.38%
BLUE value IS 183 (71.88% from 255) = 34.40%
R=37.22%
G=28.38%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815118300.240.080.22319.1529.1968.43
HexC697B701881613f1d44
Octal306227267030102647735104
Binary110001101001011110110111011000100010110100111111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C697B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C697B7; }

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

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

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

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

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

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

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

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