#C697BA

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

Shades of Lily #C697BA

Tints of Lily #C697BA

Color information

#C697BA (or 0xC697BA) is unknown color: approx Lily. HEX triplet: C6, 97 and BA. RGB value is (198,151,186). Sum of RGB (Red+Green+Blue) = 198+151+186=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 151 (59.38% from 255 or 28.22% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 198 - color contains mainly: red. Hex color #C697BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C697BA is #396845. Grayscale: #A8A8A8. Windows color (decimal): -3762246 or 12228550. OLE color: 12228550.

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

Color convert

RGB198151186-
CMYK00.240.060.22
HSL315.32º29.19%68.43%-
HSV(B)315.32º23.74%77.65%-
XYZ43.2237.6851.45-
YUV169.04137.57148.65-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.01%
GREEN value IS 151 (59.38% from 255) = 28.22%
BLUE value IS 186 (73.05% from 255) = 34.77%
R=37.01%
G=28.22%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815118600.240.060.22315.3229.1968.43
HexC697BA01861613b1d44
Octal30622727203062647335104
Binary11000110100101111011101001100011010110100111011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C697BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C697BA; }

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

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

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

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

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

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

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

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